Apache Version

Apache Version

by Thiago Nunes -
Number of replies: 2

Hi, everyone.

There was a recent update on the server, and after that, Moodle stopped working, when accessing the URL is showing the following message: "Web server software (1) is not supported, sorry." I contacted the hosting support and they said the problem may be occurring due to the Apache version that was updated in the new version of cPanel. You guys can tell what the Apache requirements for versions 2.7 and 3.1.2 of Moodle?

Thanks in advance.

Average of ratings: -
In reply to Thiago Nunes

Re: Apache Version

by Leon Stringer -
Picture of Core developers Picture of Particularly helpful Moodlers

I'm not aware any version requirement for Apache itself, just for the version of PHP being used with Apache.

Upgrading Apache shouldn't break anything if it was done correctly.

Any Apache 2.2 or 2.4 versions should work.

If you're able to, upload a test file to your Moodle source directory on the server called phpinfo.php with two lines:

<?php
phpinfo();

Then use a browser to view YOUR_SITE_ADDRESS/phpinfo.php which should show the PHP version and Apache version.