Re: KeepAlive and mod_perl

1999-12-21 Thread Doug MacEachern
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.

Re: KeepAlive and mod_perl

1999-12-20 Thread Vivek Khera
> "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?

Re: Summary Re: KeepAlive and mod_perl

1999-12-18 Thread Eric L. Brine
> 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 /

Summary Re: KeepAlive and mod_perl

1999-12-18 Thread Stas Bekman
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

Re: KeepAlive and mod_perl

1999-12-18 Thread Eric Cholet
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

Re: KeepAlive and mod_perl

1999-12-18 Thread rasmus
> 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