Suexec not found

4 posts / 0 new
Last post
#1 Thu, 09/17/2009 - 11:05
Yxer

Suexec not found

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

Thu, 09/17/2009 - 11:12
andreychek

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

Thu, 09/17/2009 - 16:48 (Reply to #2)
Yxer

Thanks, I reinstaled the 8,04 version and it worked (more or less)

Mon, 10/19/2009 - 15:42
djfenixchile

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

Topic locked