logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Erratic file loading
Author
Hereami



Joined: 15 Apr 2013
Posts: 9

PostPosted: Tue 16 Apr '13 18:17    Post subject: Erratic file loading Reply with quote

I have managed (with help from Steffen)to install apache, php, mysql and phpmyadmin.

I have been testing the loading for about 3 hours and trying all sorts of suggestions on the forum and elsewhere. Sometimes if I load a simple html file say the index file it loads instantaneously probably because of the cache. If I refresh the file sometimes it just hangs and sometimes it refreshes.

If I load the simple phpinfo() file sometimes it will not load but if I load the index file and then go back and load the phpinfo() file it seems to load okay. If when loaded I refresh the phpinfo() file it seems to always refresh.

It seems like it has gone to sleep at times and needs to have something to make it function.

Can anyone please help.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3094
Location: Hilversum, NL, EU

PostPosted: Tue 16 Apr '13 18:30    Post subject: Reply with quote

Do you see in the Apache error log lines with for example: Asynchronous AcceptEx failed

Assuming you have 2.4.4, then always good to have:

AcceptFilter http none
AcceptFilter https none
EnableSendfile Off
EnableMMAP off

Steffen
Back to top
Hereami



Joined: 15 Apr 2013
Posts: 9

PostPosted: Tue 16 Apr '13 18:46    Post subject: Reply with quote

Steffen I had the lines

AcceptFilter http none
AcceptFilter https none

in the config.

I put the other 2 lines in as you said and it loaded superfast I couldn't believe it. I will try larger files but at the moment I am more than pleased.

Thank you again
Back to top


Reply to topic   Topic: Erratic file loading View previous topic :: View next topic
Post new topic   Forum Index -> Apache