[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
httpd directory pblm
- From: Steven Stern <subscribed-lists sterndata com>
- To: fedora-list redhat com
- Subject: httpd directory pblm
- Date: Fri, 21 May 2004 14:57:30 -0500
This was all working with FC1.
Webalizer puts its files in /var/www/html/usage
When I try to access that file under FC2, I get a 403-Forbidden error. The log
shows
[error] [client 192.168.123.169] client denied by server configuration:
/var/www/usage/
This is in httpd.conf:
<Directory "/var/www/html/usage">
Order deny,allow
Allow from 192.168.123
Allow from 127.0.0.1
Deny from All
AllowOverride All
</Directory>
As I said, it was fine with FC1 and not working with FC2.
I tried commenting out the entire stanza for the directory, but it had not
effect after restarting the httpd process.
It also doesn't seem to be a file system error:
# ls -ld /var/www/html/usage
drwxr-xr-x 2 webalizer root 4096 May 1 04:02 /var/www/html/usage
Any ideas?
--
Steve
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]