im using freebsd and installed cacti from ports. ive added
Alias /cacti "/usr/local/share/cacti/"
to apache's httpd.conf file but i see this in the http error log whenever i try to view the webpage
[Sun Mar 18 22:57:14 2007] [error] [client 192.168.0.5] client denied by server configuration: /usr/local/share/cacti/
im not sure what im doing wrong. Any help would be appriciated
denied access to cacti
Moderators: Developers, Moderators
Assuming you're using Apache 2, in your httpd.conf add:
Code: Select all
<Directory /usr/local/share/cacti >
Order allow,deny
Allow from all
</Directory>
--
Live fast, die young
You're sucking up my bandwidth.
J.P. Pasnak,CD
CCNA, LPIC-1
http://www.warpedsystems.sk.ca
Live fast, die young
You're sucking up my bandwidth.
J.P. Pasnak,CD
CCNA, LPIC-1
http://www.warpedsystems.sk.ca
Who is online
Users browsing this forum: No registered users and 1 guest