Web server software (WebServerX) is not supported. Sorry

This is one of the errors that server administrators would usually come across after installing Moodle

The reason why the server generates this is due to the mod_security configuration.

SOLUTION

In order to resolve the issue, one must edit the following file:

# vi /usr/local/apache/conf/modsec2.conf

and comment on the line:

SecServerSignature "WebServerX"

i.e.

#SecServerSignature "WebServerX"

Save these changes and Restart Apache Services

This should resolve the issue and Moodle would start working fine.

If you need any help in this regard, please contact our 24/7 technical support department via. Live Chat or Ticket (HelpDesk). We’d be glad to assist.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How to use the tar command in Linux

The tar command is one of the most useful tools in Linux systems. It helps…

How to Use SpamExpert to Add Domain Alias

This guide will explain to you how to use SpamExpert to add Domain Alias. A…

What is ASP.NET? (Active Server Pages)

ASP.NET is Microsoft’s web development framework that allows developers to build dynamic, database-driven websites and…