Apache 2.4 is running very Slow on Windows 8 - 64 bit

11,518

Is this problem occuring on other browsers than Internet Explorer?

If not it might be related to Apache's Multi-Processing Module optimized for Windows NT. This has been named as one of the possible causes for a very unresponsive / hanging Apache.

The fix would be to add this to your httpd.conf:

AcceptFilter http none
AcceptFilter https none

See my blog post on this topic for more information.

Share:
11,518
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin almost 2 years

    I install apache 2.4 on my pc. it run very slow often. page title in Internet Explorer show "waiting for localhost" with loading icon! installed softwares:

    windows 8 64bit > 
                Apache2.4 64bit
                php 5 64bit
                MySQL 5 64bit
                phpMyAdmin 4
    

    problem is not for mySQL ... when its shutdown , problem is still there. I have searched and find solutions but they were not helpful.like:

    • add "127.0.0.1 localhost" >>> to C:\Windows\System32\Drivers\etc\hosts
    • add "EnableMMAP on" and "EnableSendfile on" on httpd.conf
    • enable and set realpath_cache_size= 4m on php.in

    any idea?