Product:
Search Type:

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".

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields