Cacti: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Cacti requires MySQL, PHP, RRDTool, net-snmp, and a webserver that supports PHP such as Apache. | Cacti requires MySQL, PHP, RRDTool, net-snmp, and a webserver that supports PHP such as Apache. | ||
* add following to the Apache ''httpd.conf'': | |||
###sergey: for CACTI | |||
Alias /cacti "/www/cacti-0.8.7d/" | |||
<Directory "/www/cacti-0.8.7d/"> | |||
Options Indexes FollowSymLinks | |||
AllowOverride None | |||
Order allow,deny | |||
Allow from all | |||
</Directory> |
Revision as of 11:12, 24 February 2009
Cacti requires MySQL, PHP, RRDTool, net-snmp, and a webserver that supports PHP such as Apache.
- add following to the Apache httpd.conf:
###sergey: for CACTI Alias /cacti "/www/cacti-0.8.7d/" <Directory "/www/cacti-0.8.7d/"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory>