Hi all! I'm developing a c# client that interact with a PHP server-side script. I've a problem. Even if i force HTTP 1.1 and the request header connection: keep-alive, after the first client request, apache close the connection inserting the connection:close header. Can someone suggest me how i can modify this behaviour? Thanks
Apache seems to be configured with keep-alive disabled. Enable it in apache config file (httpd.conf).