Search code examples
performanceapacheeasyphp

Slow Apache Server on EasyPHP


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.


Solution

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

    AcceptFilter http none
    AcceptFilter https none