If this is a dumb question, let me know. <br><br>I'm running CentOS 4.3 with Apache 2 running as user:group Apache:Apache.<br><br>My /var/www directories are owned by root:root all at 755<br>My /etc/httpd directories are owned by root:root and at 755 except my logs, modules and run - they are at 777
<br><br>I'm not providing user directories<br>I am using the cgi-bin<br>I'm trying to secure my Apache system as much as possible. <br><br>Should I change the directory user:groups to apache:apache for the /etc/httpd and /var/www, /var/cgi-bin?
<br><br>What is the best way to secure apache with this setup?<br>