Apache
Check installed modules
apachectl -t -D DUMP_MODULES
Fix freezing Apache by IE on Windows
AcceptFilter https none
AcceptFilter http none
EnableSendfile Off
EnableMMAP off
[ Source: http://astutelogic.com/ie-freezes-easyphp-apache/ ]
apachectl -t -D DUMP_MODULES
AcceptFilter https none
AcceptFilter http none
EnableSendfile Off
EnableMMAP off
[ Source: http://astutelogic.com/ie-freezes-easyphp-apache/ ]