[us...@httpd] The timeout specified has expired in Apache2.0.47

2009-01-17 Thread heshengfang
Hello Everyone: I may have posted this in the wrong place: apologies if I have. I get an error that looks like-- (70007)The timeout specified has expired: proxy: request failed to 127.0.0.1:88 (127.0.0.1)

Re: [us...@httpd] More than 100 child process r running of apache 2.0.52

2009-01-17 Thread Sander Temme
On Jan 16, 2009, at 2:36 PM, Aftab Alam - IT wrote: Can u let me is this a error or a memory problem. Something in your server is leaking memory: perhaps there is a module active that doesn't correctly clean up after itself. Setting the MaxRequestsPerChild to a non-zero value (but not to

Re: [us...@httpd] Why fastcgi is not popular in Apache?

2009-01-17 Thread Sander Temme
On Jan 17, 2009, at 5:19 PM, howard chen wrote: Just wonder why not many people using fastcgi in Apache, rather, people tends to use mod_php, mod_perl, mod_python etc. I think you might find some positive movement in this area recently. For instance, see http://mail-archives.apache.org/m

Re: [us...@httpd] persistent Basic Auth?

2009-01-17 Thread Matt McCutchen
On Sat, 2009-01-17 at 12:11 -0800, Grant wrote: > I have a Location block requiring AuthType Basic in my default vhost > and default SSL vhost. The problem is that I seem to need to > authenticate twice, once when I hit the first HTTP page and again when > I hit the first HTTPS page, even though t

[us...@httpd] persistent Basic Auth?

2009-01-17 Thread Grant
I have a Location block requiring AuthType Basic in my default vhost and default SSL vhost. The problem is that I seem to need to authenticate twice, once when I hit the first HTTP page and again when I hit the first HTTPS page, even though the username and password are the same. Can I have the l

Re: [us...@httpd] Why fastcgi is not popular in Apache?

2009-01-17 Thread Octavian Rasnita
Although it is not true for mod_php and mod_python, but mod_perl is much powerful than fastcgi because it offers access to the server API (to all the phases of a request). But I guess this is not the main reason mod_perl is prefered, because most of the developers use the server module only for

Re: [us...@httpd] SSI and date in french

2009-01-17 Thread Nicolas KOWALSKI
On Sat, Jan 17, 2009 at 12:35:10AM +, Nick Kew wrote: > > On 16 Jan 2009, at 13:18, Nicolas KOWALSKI wrote: > >> Is there a way to display the date in french? > > I don't know. What happens if you set your locale to > french in apachectl (or whatever other startup script > you may use)? I add

[us...@httpd] Why fastcgi is not popular in Apache?

2009-01-17 Thread howard chen
Hello, Just wonder why not many people using fastcgi in Apache, rather, people tends to use mod_php, mod_perl, mod_python etc. Seems fastcgi is more popular in Lighttpd, are there technical reason behind? Thanks. - The official