Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache Permissions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
sardiskan
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 115
Location: Montgomery

PostPosted: Mon Oct 18, 2004 5:19 pm    Post subject: Apache Permissions Reply with quote

I have changed the default documents directory on my gentoo box but everytime I browse to the site, my browser says that I don't have permissions to access it. I have already did a chmod 777 on the directory and I still get the error. What else could be the problem.
_________________
Unless a grain of wheat falls to the ground and dies, it remains only a single seed.
Back to top
View user's profile Send private message
Kulik
Apprentice
Apprentice


Joined: 01 Aug 2004
Posts: 207
Location: Czech republic

PostPosted: Mon Oct 18, 2004 6:11 pm    Post subject: Reply with quote

Did u chown the folder to user(s) ?

Edit: Did you set Apache2 permission to access directories?

Code:

#Permission for folder
<Directory "/directory">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>


This gives all access including indexing, edit it to fit your needs
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum