Warning: SuexecUserGroup directive requires SUEXEC wrapper.

Discussion in 'Apache' started by jonnyd, Nov 27, 2013.

  1. #1
    Hi all,

    Anyone know why this error might have started to appear?
    I am faitly new to apache and was trying to harden it up.

    I am use CentOS
    Server version: Apache/2.2.25 (Unix)
    Server built: Oct 7 2013 17:21:18
    Cpanel::Easy::Apache v3.22.14 rev9999

    I was trying to add a group to control access to specific groups to enforce some security:

    chown -R root:root /usr/local/apache/bin
    chmod -R 770 /usr/local/apache/bin

    chown -R root:root /usr/local/apache/conf
    chmod -R 770 /usr/local/apache/conf

    groupadd apacheadmin


    groupadd apache
    useradd -d /usr/local/apache/htdocs -g apache -s /bin/false apache

    I thnk this is a permission issue.

    Anyone got any advice?
     
    jonnyd, Nov 27, 2013 IP
  2. Sys Admin

    Sys Admin Well-Known Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #2
    What's the ownership and permissions of your main /usr/local/apache dir as well as sub-folders? Which PHP handler you are using? Did you try to restore a previously working apache directory and rebuilding your httpd.conf file to get it back working?
     
    Sys Admin, Nov 28, 2013 IP