I am running a script on a Windows 2008 (R2 Standard) server with Apache, PHP and MySQL. It used to run on a Windows XP machine and the issue started before it was moved to the Windows 2008 box. The pages are served over a private network.
I had a problem before with the server seeming to time out, so I put in a Javascript function that would refresh the home page every 5 minutes to keep the server responding.
My server is now giving me new problems. It doesn’t seem to matter when the last request has gone through, sometimes there seems to be simply no response at all. I get a blank white page.
I checked the log files and there is no log entry in the error log to suggest an error. The access log file has no entry showing the attempt to call the page.
Does any one have any suggestions for settings to try or possible other issues I might look into? This is getting really annoying as it happens seemingly randomly, as I can call a page, fill out a form and submit it 20 seconds later and get a blank page. If you need any other information, feel free to ask.