I am having a problem with some of my Magento websites. I get the message "The connection was reset" in Firefox or "No data received" in Chrome, while my other sites (custom build PHP sites) are working perfectly. This happens time by time (for example once in a while, like 4 to 5 days)
I have searched for apache log error but there is nothing strange there.
I have been using APC for cache and i tried without it but after some time i get this error again and it is solved only by restarting the Apache server.
Environment information: Linux 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 running CentOS PHP Hander: DSO (because i am using APC) PHP Version 5.4.24 Apache 2.4 (already had the 2.2 but the same problem) Intel® Core™ i7-920 Quad-Core 48 GB DDR3 RAM
UPDATE: This problem happens only with Magento 1.7, i have and a 1.8 Magento site in the same server but it works fine when the other site has this problem.
I don't really understand what can cause this problem.
Is there anything in the apache error logs? For example a segfault?
– Flyingmana Feb 25 '14 at 16:23Are you sure without APC the Problem still exists? Anyway, the combination APC+PHP5.4 is dangerous, as it is unstable. You should update to PHP5.5 as soon as possible or look how to install the ZendOpCache for 5.4
– Flyingmana Feb 26 '14 at 09:22