Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

permision access problem

Status
Not open for further replies.

msinuv

Programmer
Sep 21, 2003
2
FR
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top