Web Server - FAIL

So,

Within the dashboard I get a response back of "  Web Server - FAIL" obviously it's not failing as the webservers loading fine, but why would it relay such information when the webserver is activated. Is there something that I'm forgetting to add or wasn't added within php.ini ?

Best Regards

  • 211
  • More
Replies (3)
    • Hello thebeartrap!

      It happens when a server doesn't allow to execute some command to get info about some settings. You need to click the link "Server audit" and under "Web Server" section you will find more details. For example, the installed mod_rewrite can be found by this command under SSH 

      apachectl -M 2>&1 | grep rewrite_module

      So if your site doesn't have the troubles in work you may pass this "FAIL" about WebServer.

      •  l also get the server fail message, when performing the audit I get mod_rewrite failed, though I know it is installed, but I am unsure how to get the site to recognize it.

        • Hello Ryan James !

          If the pages URLs like page/login works then mod_rewrite works. So it's nothing to do with this "FAIL" message.

          Login or Join to comment.