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. More in Apach2::RequestRec too. - Perrin