We have created a CentOS 7 LAMP Fresh Install nothing fancy, Remove PHP before installing Vertualmin (free Version), this server will be for internal development only.
One of the first things I wanted to do was disable bind under Features and Plugins, when I tried to do that I got this error in full:
Failed to save enabled features: The Suexec command on your system is configured to only run scripts under /var/www, but the Virtualmin virtual server home directory is /home. CGI and PHP scripts run as domain owners will not be executed.
Install was done as per instructions here: https://www.virtualmin.com/download.html by the install script.
Everything installed fine the only thing flagged was:
/usr/sbin/setenforce: SELinux is disabled
[WARNING] setenforce 0 failed: 1
Which is correct as I have disabled SELinux as this is an internal development server.
what do I do, or what did I do wrong, quite happy to start again.