[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Apache Web Server Permissions
- From: "Yehuda Feinsilber" <yehuda feinzilber com>
- To: <redhat-install-list redhat com>
- Subject: RE: Apache Web Server Permissions
- Date: Fri, 30 Jun 2000 19:10:40 +0200
Look at the end of the .conf file, you will probably find something like:
<Files ~>
AllowOverride AuthConfig FileInfo Indexes Limit Options
Order allow,deny
Deny from all
</Files>
Try
<Files ~ "^\.ht">
AllowOverride AuthConfig FileInfo Indexes Limit Options
Order allow,deny
Deny from all
</Files>
Blame linoxconf for this BUG :(
Yehuda Feinsilber
-----Original Message-----
From: Kyle Swidrovich [mailto:kswidrovich globalstrategy com]
Sent: Wednesday, June 28, 2000 2:53 AM
To: redhat-install-list redhat com
Subject: Apache Web Server Permissions
I need some REAL help...
I have done something wrong, and I don't know what it is.
I am EXTREMELY desperate for help, because nobody else knows what's
wrong...
Every time I try to visit "localhost", "Tux", or "199.43.143.3" (names/IP)
in
a web browser on the local/remote machines, I get the message:
=====================================
Forbidden
You don't have permission to access / on this server.
=====================================
My httpd.conf is set for:
User nobody
Group nobody
and the root folder to be: /home/httpd/html
And I tried setting the owner and group of the /home/httpd/html folder to
be nobody/nobody, but
it still doesn't work...
How can I fix this?
(I think the original reason why it stopped working was because somebody
chown'd the / folder
recursively to the user "root")
-= Kyle =-
--
To unsubscribe: mail redhat-install-list-request redhat com with
"unsubscribe" as the Subject.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]