On Tue, Dec 09, 2008 at 02:33:52PM -0500, Perrin Harkins wrote:
> On Mon, Dec 8, 2008 at 2:20 PM, Bill Moseley <[EMAIL PROTECTED]> wrote:
> > Is there something special I need to do to allow keep-alive responses
> > for HTTP 1.0 requests?
>
> Not sure, but there's some info in Apache2::Connection
On Mon, Dec 8, 2008 at 2:20 PM, Bill Moseley <[EMAIL PROTECTED]> wrote:
> Is there something special I need to do to allow keep-alive responses
> for HTTP 1.0 requests?
Not sure, but there's some info in Apache2::Connection about how it
determines Keep-Alive and how to check if a connection has it
Apache/2.2.9 (Ubuntu) mod_perl/2.0.4 Perl/v5.10.0
Is there something special I need to do to allow keep-alive responses
for HTTP 1.0 requests?
If I setup a simple httpd.conf with a DocumentRoot and a simple
mod_perl handler I get keep-alive connections as I expect with HTTP
1.1, but with 1.0 I on