RE: [EMAIL PROTECTED] HTTP response Header from Apache

2006-04-13 Thread Axel-Stéphane SMORGRAV
You would not by any chance have the directive KeepAlive Off in your configuration ? -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 12:05 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] HTTP response Header from

RE: [EMAIL PROTECTED] HTTP response Header from Apache

2006-04-12 Thread Axel-Stéphane SMORGRAV
Have you by any chance set the "nokeepalive" environment variable somewhere in your configuration ? -ascs -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 12:05 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] HTT

Re: [EMAIL PROTECTED] HTTP response Header from Apache

2006-04-12 Thread Nick Kew
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

[EMAIL PROTECTED] HTTP response Header from Apache

2006-04-12 Thread Manamohan.Shetty
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. 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