Discussion:
[webmin-l] Apache module mod_suexec is not installed or not enabled.
Munzir Taha (منذر طه)
2006-12-15 20:53:35 UTC
Permalink
Hi,
virtualmin upon configuration complains:
Suexec is enabled in the default template, but the Apache module mod_suexec is
not installed or not enabled.

This is a fresh installation of ubuntu dapper server. I did a2enmod suexec and
restarted apache to no use, what is it looking for exactly, please?
--
Munzir Taha
Telecommunications and Electronics Engineer
Maintainer of Fedora Arabic Translation Project
https://listman.redhat.com/mailman/listinfo/fedora-trans-ar
Maintainer of the OpenBugs project page at
http://www.arabic-fedora.org/munzir/OpenBugs.html
Master CIW Designer, ICDL, MOUS, Linux+, LPI 101
Riyadh, SA

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
-
Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Jamie Cameron
2006-12-15 20:56:31 UTC
Permalink
On 15/Dec/2006 12:53 Munzir Taha (منذر طه) wrote ..
Post by Munzir Taha (منذر طه)
Hi,
Suexec is enabled in the default template, but the Apache module mod_suexec
is not installed or not enabled.
This is a fresh installation of ubuntu dapper server. I did a2enmod suexec
and restarted apache to no use, what is it looking for exactly, please?
You need to do the following :

1) Go to the /etc/apache2/mods-enabled directory
2) Run ln -s ../mods-available/suexec.* .
3) Go to Webmin's Apache module, click on Re-Configure Known Modules, and click Save
4) Go back to Virtualmin and re-check the config
Kris Deugau
2006-12-15 21:11:05 UTC
Permalink
Post by Jamie Cameron
1) Go to the /etc/apache2/mods-enabled directory
2) Run ln -s ../mods-available/suexec.* .
This is what "a2enmod <module>" is supposed to do on Debian and its
derivatives (like Ubuntu).

-kgd

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
-
Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Munzir Taha
2006-12-16 06:53:47 UTC
Permalink
Yes Jamie, as Kris pointed out they are equivalent. To confirm here is an ls
output:
# ls -l /etc/apache2/mods-enabled/suexec.load
lrwxrwxrwx 1 root root 39 2006-12-15 14:40
/etc/apache2/mods-enabled/suexec.load ->
/etc/apache2/mods-available/suexec.load

Also,
# cat /etc/apache2/mods-enabled/suexec.load
LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so

And
# ls -l /usr/lib/apache2/modules/mod_suexec.so
-rw-r--r-- 1 root root 4688 2006-07-26 14:01
/usr/lib/apache2/modules/mod_suexec.so

What else please should I check? I wonder why ubuntu behaves with me
different than anyone in the world! ;)
Post by Kris Deugau
Post by Jamie Cameron
1) Go to the /etc/apache2/mods-enabled directory
2) Run ln -s ../mods-available/suexec.* .
This is what "a2enmod <module>" is supposed to do on Debian and its
derivatives (like Ubuntu).
-kgd
Jamie Cameron
2006-12-16 18:31:11 UTC
Permalink
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Munzir Taha (منذر طه)
2006-12-16 14:02:07 UTC
Permalink
On 15/Dec/2006 12:53 Munzir Taha (منذر طه) wrote ..
Post by Munzir Taha (منذر طه)
Hi,
Suexec is enabled in the default template, but the Apache module
mod_suexec is not installed or not enabled.
This is a fresh installation of ubuntu dapper server. I did a2enmod
suexec and restarted apache to no use, what is it looking for exactly,
please?
1) Go to the /etc/apache2/mods-enabled directory
2) Run ln -s ../mods-available/suexec.* .
3) Go to Webmin's Apache module, click on Re-Configure Known Modules, and
click Save 4) Go back to Virtualmin and re-check the config
After trying this and failed I did disable the suexec support from the
virtualmin default template and it passed that point just to tell me:

The Apache module mod_actions is either not installed or not enabled.

I agian enable it manually and restarted apache to no avail. I'm not sure
where this is driving me to but surely it isn't a paradise!
--
Munzir Taha
Telecommunications and Electronics Engineer
Maintainer of Fedora Arabic Translation Project
https://listman.redhat.com/mailman/listinfo/fedora-trans-ar
Maintainer of the OpenBugs project page at
http://www.arabic-fedora.org/munzir/OpenBugs.html
Master CIW Designer, ICDL, MOUS, Linux+, LPI 101
Riyadh, SA

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
-
Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net
To remove yourself from this list, go to
http://lists.sour
Loading...