Опитвам се да си инсталирам Cacti na FreeBSD 6.0, но нещо не се получава постконфигурацията явно..
Инсталирах си от портовете :
MySQL
PHP
RRDToolphp-snmp
Apache (compiled with php support)
net-snmp
Едитнах хттп.конф-а за какти-то :
Alias /cacti/ /usr/local/www/data/cacti/
<Directory "/usr/local/www/data/cacti">
DirectoryIndex index.php
Options Indexes MultiViews
AddHandler php-script php
Order allow,deny
Allow from all
AuthType Basic
AuthUserFile /usr/local/share/cacti/htpasswd
Require valid-user
</Directory>
Общо взето следвах написаното в Инстал файла, но като се опитам да го отворя :
http://localhost/cacti
и ми излиза следната грешка :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administratoр and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
В еррор лог-а нищо не пише, но в cacti-access-loga има само един запис :
ип.адд.ре.сс - - [05/Jun/2008:13:49:56 +0300] "GET /cacti/ HTTP/1.1" 304 -
ип.адд.ре.сс - - [05/Jun/2008:14:38:24 +0300] "GET / HTTP/1.0" 200 5874
Ако някой може да даде ляка насока на къде да тръгна и да търся за проблема

Едитнах хттп.конф-а за какти-то :