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?
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?