Slow Apache Server on EasyPHP

f1zz0_13 picture f1zz0_13 · May 9, 2013 · Viewed 10.6k times · Source

I am using the EasyPHP DevServer 13.1 VC9 (which has Apache 2.4.4 VC9, MySQL 5.6.11, PHP 5.4.14, PHPmyadmin 3.5.8.1 and xdebug 2.2.2). The Apache server is very moody! Sometimes it works fine, but at other times the pages take ages to load. How do I get around this? I am developing on my local machine. I am a newbie and any help would be greatly appreciated.

Thanks in advance.

Answer

user3188348 picture user3188348 · Jan 23, 2014

its easy, added these lines into httpd.conf (you can added these lines anywhere in httpd.conf)

AcceptFilter http none
AcceptFilter https none