denied access to cacti

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Post Reply
vivithemage
Posts: 2
Joined: Sun Mar 18, 2007 5:52 pm

denied access to cacti

Post by vivithemage »

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
User avatar
Linegod
Developer
Posts: 1626
Joined: Thu Feb 20, 2003 10:16 am
Location: Canada
Contact:

Post by Linegod »

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
vivithemage
Posts: 2
Joined: Sun Mar 18, 2007 5:52 pm

Post by vivithemage »

thanks linegod that solved it :D
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest