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)
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
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
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
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
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
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
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