Comments on: How to Setup Moodle 2.8 on CentOS/RHEL 7/6/5 https://tecadmin.net/setup-moodle-on-linux/ How to guide for System Administrator's and Developers Mon, 29 Dec 2014 10:18:44 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Scott https://tecadmin.net/setup-moodle-on-linux/#comment-861 Wed, 28 May 2014 03:40:31 +0000 https://tecadmin.net/?p=1847#comment-861 Nice notes. Quick update for those using these…
You’ll also need to include the base php app:
yum install php -y
The default startup for apache on centos is “httpd” not apache. (the account name is apache though)
You’ll also need to change the DocumentRoot to: (in httpd.conf)
DirectoryIndex index.php index.html index.html.var
Finally, author is right, you will need to either disable selinux (not recommended) or allow selinux pages.
Hope this helps everyone and thanks for the author for writing up what he has. It was a quick install from that.

]]>