&gt;Well I've looked all over and the only way I can get apache to<br />&gt;serve files in subdirectories below www/html/ is to de-select Enforcing<br />&gt;Current: in the the Security Level Configuration SELinux options.<br />&gt;<br />&gt;[Fri Dec 31 12:22:01 2004] [error] [client 192.168.2.25] (13)Permission<br />&gt;denied: access to /jj/index.php denied<br />&gt;<br />&gt;de-select enforcing current and it works.<br />&gt;<br />&gt;I don't see anything in php.ini or httpd.conf.<br />&gt;<br />&gt;It's affecting the /var/www/cgi-bin/qmailadmin also. qmailadmin complains<br />&gt;it cant find the /var/qmail/users/access. with enforcing current selected.<br />&gt;<br />&gt;Is this the only to get this to work? I really like the added security.<br />&gt;<br />&gt;Thanks<br />&gt;swalker@caspercollege.edu<br /><br />I had this same situation and solved it by adding "Alias"s to the httpd.conf file. There is an example in the file and some explanatory text but basically you Alias the incoming domain name request to a fully qualified path. example:<br /><br />Alias /my-domain.com "var/www/my-domain.com"<br /><br />As with many Linux names you may want to add variations on capitalisation or a trailing slash to be sure they all get through. Leave 'enforcing current' on.<br /><br />Hope this helps,<br />bob