Thomas Eibner wrote:

> I would have liked for a better way to turn off keepalive for the last
> request of the child, than just terminating it, but I couldn't find a way
> to turn off keepalive before the headers were sent and ap_process_request
> was called.

If I understand you right then this is easy - simply add a Connection
header like so:

Connection: close

Before the headers are sent out, and the browser will be signalled that
this is the last request on this connection.

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]                "There's a moon
                                        over Bourbon Street
                                                tonight..."

S/MIME Cryptographic Signature

Reply via email to