I created a subdirectory in my document root
/documentroot/temp_shop
and when I log ( works fine for I receive the blank page Permission denied.
But I verified in the commonhttpd.conf file where it says:
<Directory /documentroot>
AllowOverride All
Order Allow, Deny
Allow from all
</Directory>
so normally I should be able to browse in my subdirectory temp_shop.
But I can't. I verified all the rights in my directories and they are all set to user apache and group apache so it should work.
I also modified the documentroot in the httpd.conf
and of course also in commenhttpd.conf
and t does not work at all . Even does not work.
the owner and group are set to apache/apache. and chmod is set to 744.
and still I get my permission denied blank page.
I need some tip. Does someone know where the mistake is?
/documentroot/temp_shop
and when I log ( works fine for I receive the blank page Permission denied.
But I verified in the commonhttpd.conf file where it says:
<Directory /documentroot>
AllowOverride All
Order Allow, Deny
Allow from all
</Directory>
so normally I should be able to browse in my subdirectory temp_shop.
But I can't. I verified all the rights in my directories and they are all set to user apache and group apache so it should work.
I also modified the documentroot in the httpd.conf
and of course also in commenhttpd.conf
and t does not work at all . Even does not work.
the owner and group are set to apache/apache. and chmod is set to 744.
and still I get my permission denied blank page.
I need some tip. Does someone know where the mistake is?