0

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.

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149

1 Answers1

0

Try the following:

service httpd restart

systemctl restart httpd

Make sure no rerwite rules are added in the .htaccess file.

Alz3emk
  • 1
  • 1