Apache 2.4 and PHP 5.4 getting connection reset errors in the browser

Posted by zuallauz on Server Fault See other posts from Server Fault or by zuallauz
Published on 2012-03-13T08:39:55Z Indexed on 2012/09/19 15:42 UTC
Read the original article Hit count: 264

Filed under:
|
|
|
|

In the weekend I upgraded my development web server to Apache 2.4 and PHP 5.4. In my web application which was previously working great on Apache 2.2 and PHP 5.3 it now starts getting these messages saying the "connection was reset" in Firefox. See screenshot. I am connecting to the linux machine via local LAN.

I'm assuming it might be something to do with the new version of Apache or PHP, or the new LAMP stack which I downloaded from BitNami? It would seem to happen every 5-10 requests and throw this error, perhaps more likely to trigger it is if I send a POST request from a page. Is it timing out the script or something? These are just basic dynamic pages I'm loading and they worked perfectly in Apache 2.2 and PHP5.3.

Here are my httpd.conf and PHP.ini if that has any clues.

Any ideas? Any help much appreciated.

© Server Fault or respective owner

Related posts about apache2

Related posts about php