On Sat, 18 Dec 1999, Stas Bekman wrote:
>
> >From what I see, mod_perl overrides the whatever settings you have in your
> config file and sets the KeepAlive to Off.
mod_perl doesn't touch the keepalive settings.
> "SB" == Stas Bekman <[EMAIL PROTECTED]> writes:
SB> On and KeepAliveTimeout of 15 secs and when I do a raw access by telneting
SB> to the port, I get server disconnection as soon as the request is
SB> completed.
Did your raw telnet request to have keepalives used?
> GET / HTTP/1.0
> Connection: keep-alive
>
> ==> doesn't work!
It worked for me!
> GET /perl/test.pl HTTP/1.0
> Connection: keep-alive
>
> ==> doesn't work!
Couldn't test since I don't have/know a mod_perl server, but I suspect
it works because the previous test case worked for me.
> HEAD /
On Sat, 18 Dec 1999, Eric Cholet wrote:
> On Sat, 18 Dec 1999, Stas Bekman wrote:
> > Lately I've received a few requests to document the KeepAlive directive
> > and its implications on mod_perl behavior.
> >
> > >From what I see, mod_perl overrides the whatever settings you have in your
> > con
On Sat, 18 Dec 1999, Stas Bekman wrote:
> Lately I've received a few requests to document the KeepAlive directive
> and its implications on mod_perl behavior.
>
> >From what I see, mod_perl overrides the whatever settings you have in your
> config file and sets the KeepAlive to Off. I've tested i
> Lately I've received a few requests to document the KeepAlive directive
> and its implications on mod_perl behavior.
>
> From what I see, mod_perl overrides the whatever settings you have in your
> config file and sets the KeepAlive to Off. I've tested it with KeepAlive
> On and KeepAliveTimeou