On Wednesday 12 April 2006 11:05, [EMAIL PROTECTED] wrote:
> Hi,
>       If the Apache server receives the HTTP request from a client and
> while sending the response it always sends the HTTP header Connection :
> Close.

Nope.  It sometimes sends that, but by no means always.

> I have written the PHP script in order to send HTTP header "Connection :
> Keep-Alive" but what Apache does is it sends out both.
> I mean it sends "Connection : Keep-Alive close " Header.

Sounds like either a bug in your script or an issue with PHP itself.

> Is there any way to inform the Apache to validate the response headers
> which is in the php script and send the response accordingly.

That's what apache will normally do (e.g. with a CGI script).
Maybe something is overriding normal behaviour?

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to