Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-05 Thread William A. Rowe, Jr.
sathya sai wrote: > Thanks William for your sustained support :-) > > Could you please tell me from where can I download -win32-src-r2.zip > file with corrections. And just curious, probably by when would this be > available. Already available here; http://www.apache.org/dist/httpd/ The origin

Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-05 Thread sathya sai
Thanks William for your sustained support :-) Could you please tell me from where can I download -win32-src-r2.zip file with corrections. And just curious, probably by when would this be available. Regards, Sathya On Mon, Jan 5, 2009 at 10:52 PM, William A. Rowe, Jr. wrote: > sathya sai wrote:

[us...@httpd] problems with mod_proxy, tomcat6/ajp and jsessionid/cookies

2009-01-05 Thread Michael Biebl
Hi list, I having problems, getting apache mod_proxy to work with tomcat6 with regard to sessions/cookies the way I like. First of, these are the versions I use: tomcat 6.0.18 apache 2.2.9 (debian lenny) I want to use mod_proxy (as replacement for mod_jk) for serving tomcat pages via apache. My

Re: [us...@httpd] help I do not understand

2009-01-05 Thread swilting
yes http://fakessh.eu me back to even with a http://renelacroute.fr with ServerAlias http://fakessh.eu Le lundi 05 janvier 2009 à 13:44 -0500, Eric Covener a écrit : > >when I returned in the browser http://fakessh.eu > >I find myself in the page index renelacroute.fr > >when I returned in the brow

Re: [us...@httpd] help I do not understand

2009-01-05 Thread Eric Covener
>when I returned in the browser http://fakessh.eu >I find myself in the page index renelacroute.fr >when I returned in the browser http://www.fakessh.eu its ok return well > > DocumentRoot "/home/fakessh/public_html" > ServerName http://www.fakessh.eu > ServerAdmin postmas...@fakessh.eu > ErrorLo

Re: [us...@httpd] help I do not understand

2009-01-05 Thread swilting
# # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.2/> for detailed information. # In particular, see # http://httpd.apache.org/docs/2.2/mod/directives.html> # for a discussio

Re: [us...@httpd] Unable to compile Apache-2.2.11 on Windows using Cygwin

2009-01-05 Thread William A. Rowe, Jr.
sathya sai wrote: > No, I couldn't find .mak/.dep files on httpd-2.2.11-win32-src.zip > > downloaded > from http://httpd.apache.org/download.cgi which retricts me to build > through command line through Cygwin. THAT is a packag

[us...@httpd] RESOLVED Re: [us...@httpd] Re: Virtual Domain Config Error

2009-01-05 Thread JasonHirsh
Dan Poirier wrote: > > JasonHirsh writes: > >> NameVirtualHost *:80 >> >>     DocumentRoot "/Volumes/Mudshark/sites/kasdivi" >> ServerName kasdivi >> >> >> >> when i start up Apache i get >> >> >> >> 1/5/09 12:32:25 PM org.apache.httpd[14738] Invalid command >> '\xca\xca\xca', >> perh

[us...@httpd] Re: Virtual Domain Config Error

2009-01-05 Thread Dan Poirier
JasonHirsh writes: > NameVirtualHost *:80 > >     DocumentRoot "/Volumes/Mudshark/sites/kasdivi" > ServerName kasdivi > > > > when i start up Apache i get > > > > 1/5/09 12:32:25 PM org.apache.httpd[14738] Invalid command '\xca\xca\xca', > perhaps misspelled or defined by a module not in

[us...@httpd] Virtual Domain Config Error

2009-01-05 Thread JasonHirsh
System Apache 2.29 I have tried the following config in both httpd.conf and in the vhosts.conf for my server.. I am trying to enable local host testig NameVirtualHost *:80     DocumentRoot "/Volumes/Mudshark/sites/kasdivi" ServerName kasdivi when i start up Apache i get 1/5/09 1

[us...@httpd] Re: unsubscribe

2009-01-05 Thread Jonesy
[Top Posting corrected] On Mon, 05 Jan 2009 06:47:34 -0800, Evan Platt wrote: > > At 12:37 AM 1/5/2009, Denis Peuziat wrote: > >>unsubscribe > > As the bottom of every message say: > > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org As well, it is important to unsubscribe from

Re: [us...@httpd] unsubscribe

2009-01-05 Thread Evan Platt
As the bottom of every message say: To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org At 12:37 AM 1/5/2009, Denis Peuziat wrote: unsubscribe - The official User-To-User support forum of the Apache HTTP Server Proj

Re: [us...@httpd] Troubleshooting Apache Out of Memory Errors

2009-01-05 Thread Arnab Ganguly
Can you check the value for MaxMemFree ? thanks -A On Mon, Jan 5, 2009 at 3:27 PM, Plutocrat wrote: > Thanks for the speedy reply Sander. > > Sander Temme wrote, On Monday, January 05, 2009 02:21 PM: > > What do you mean when you say 'cli'? Are you using mod_php, or running > > it as a CGI? > >

Re: [us...@httpd] Troubleshooting Apache Out of Memory Errors

2009-01-05 Thread Plutocrat
Thanks for the speedy reply Sander. Sander Temme wrote, On Monday, January 05, 2009 02:21 PM: > What do you mean when you say 'cli'? Are you using mod_php, or running > it as a CGI? Hmm,. Not exactly sure. That was the output of php --version. I've got the php5_module loaded according to apach

Re: [us...@httpd] help I do not understand

2009-01-05 Thread Krist van Besien
On Sun, Jan 4, 2009 at 8:44 PM, swilting wrote: > I understand your answer but how to properly separate and that vhosts > does not mix > > [r...@r13151 ~]# apachectl -S > VirtualHost configuration: > 87.98.186.232:*is a NameVirtualHost > default server www.renelacroute.fr > (/etc/h

[us...@httpd] ThreadsPerChild vs THR in top using Event MPM

2009-01-05 Thread craig
Hi, I'm running Apache2.2.11 with the Event MPM under FreeBSD 6.3, on a site that's largely mod_perl2 driven. ThreadsPerChild is specified as 25 in an include file of httpd.conf: MaxClients 250 MinSpareThreads 25 MaxSpareThreads 150 ThreadsPerChild 25

[us...@httpd] unsubscribe

2009-01-05 Thread Denis Peuziat
unsubscribe