[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
httpd config file and FC6
- From: "Gianluca Sforna" <giallu gmail com>
- To: "Discussion related to Fedora Extras" <fedora-extras-list redhat com>
- Subject: httpd config file and FC6
- Date: Thu, 28 Dec 2006 12:53:42 +0100
I am seeing something rather strange here:
I have a config file in /etc/httpd/conf.d which says:
<Directory /usr/share/mantis>
Order deny,allow
Deny from all
Allow from localhost
</Directory>
Now, if I point the browser to:
http://localhost/mantis
I am denied access but it works if change the "Allow" line to:
Allow from 127.0.0.1
/etc/hosts has the line:
127.0.0.1 hal9001 localhost.localdomain localhost
So I am confused, since I am quite sure this used to work in the past...
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]