I ran into this error message in Virtualmin when I want to disable Bind and Mail for Domain, I searched around for answers and I couldn't find it. Finally I found out that Suexec was not installed correctly, so I reinstalled again with the command
apt-get install apache2-suexec-custom
And then it changed to another error message, where it shows.
The above link also shows the solution to that problem.
Enjoy.
1 comment:
Hi,
Once you have install custom suexec follow the blow steps
cd /etc/apache2/suexec
nano www-data
replace the line "/var/www" with "/home" (without "" )
restart apache
Post a Comment