after (just) restarting my apache server, which runs a php script, the website no more works.
I can see the landing page, and that's it. (cannot click buttons, no reaction, no backend entrance..)
I have checked log files of server: Everything is ok & working.
I have checked log files of apache, and got these errors:
- HTTPD
The timeout specified has expired:
[client 2.247.241.109:11131] AH01075: Error dispatching request to : (polling), referer: (ip of my server)
Do you know what is going on?
I guessed that apache won't execute php (script) any more, is that correct?
Or is it something different?
Big thanks to anyone who can help me out.