These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Suexec not found on the new forum.
Hi!
I installed webmin + virtualmin on my server... Now I got the next message and I don't know what to do yet... I've been searching all day about this message but nothing:
Suexec is enabled in the default template, but the suexec command was not found on your system.
Can someone tell me what happen?
Distributor ID: Ubuntu Description: Ubuntu 8.10 Release: 8.10 Codename: intrepid
THANKS
Howdy,
Well, it's possible that you'll run into some trouble -- Ubuntu 8.10 isn't one of the supported OS's for Virtualmin (only the Ubuntu LTS releases are supported, so version 8.04).
You can probably coax it into working, largely, but you may run into some troubles here and there :-)
To resolve the issue you're seeing there, you'll probably want to install apache2-suexec-custom, and configure it to use /home as the location for suexec.
-Eric
Thanks, I reinstaled the 8,04 version and it worked (more or less)
apt-get install apache2-suexec-custom
cd /etc/apache2/suexec
nano www-data
replace the line "/var/www" with "/home" (without "" )
restart apache
end of history. cha-chaaaan!
it's work