Apache reports "SuexecUserGroup directive requires SUEXEC wrapper." warning during startup.
Article ID: 5225
Last Review: Apr,28 2008
APPLIES TO:
- Plesk for Linux/Unix
RESOLUTION
Such warning is usually caused by invalid permissions on suexec wrapper, it should be:# ls -la /usr/sbin/suexec
-rwsr-xr-x 1 root root 12064 2008-04-17 01:15 /usr/sbin/suexec If the permissions or ownership are differ from the example above, use the following commands to correct them:
# chmod 4755 /usr/sbin/suexec
# chown root:root /usr/sbin/suexec Note, name for suexec binary may differ between different OSes, for example for SuSE 10 it is "/usr/sbin/suexec2".