FRESH FC5 INSTALL APACHE PROBLEM.locahost not permitted
Moderators: Developers, Moderators
FRESH FC5 INSTALL APACHE PROBLEM.locahost not permitted
fresh install and i get
denied access error....is there another confi file other then httpd.conf that i need to edit.
i a have selinux installed
denied access error....is there another confi file other then httpd.conf that i need to edit.
i a have selinux installed
I just had this problem. This solution is based on using the Fedora core 5 cacti RPM. If you don't have it, then this may not work for you.
I edited /etc/httpd/conf.d/cacti.conf, and added the line:
allow from ::1
inbetween the lines:
deny from all
allow from 127.0.0.1
giving:
deny from all
allow from ::1
allow from 127.0.0.1
saving the changes, and then doing '/etc/init.d/httpd reload'
and it worked.
The reason it is denying you, is it using IPV6, and this is the IPV6 localhost address.
You'll see the deny message in /var/log/httpd/error_log.
I edited /etc/httpd/conf.d/cacti.conf, and added the line:
allow from ::1
inbetween the lines:
deny from all
allow from 127.0.0.1
giving:
deny from all
allow from ::1
allow from 127.0.0.1
saving the changes, and then doing '/etc/init.d/httpd reload'
and it worked.
The reason it is denying you, is it using IPV6, and this is the IPV6 localhost address.
You'll see the deny message in /var/log/httpd/error_log.
Who is online
Users browsing this forum: No registered users and 5 guests