linux

Cacti installation Fedora6

I’ve used following documentation Few commands is incorrect like mysql -u <username> -p <dbname> Configuration is at /usr/share/cacti/include or /var/www/html/cacti/ Some parts from following link helped as well Cacti-Installation-on-Fedora-101.pdf

Check php version

[root@stroj /]# rpm -qa | grep php php-common-5.1.6-3.7.fc6 php-mbstring-5.1.6-3.7.fc6 php-5.1.6-3.7.fc6 php-pdo-5.1.6-3.7.fc6 php-snmp-5.1.6-3.7.fc6 php-ldap-5.1.6-3.7.fc6 php-cli-5.1.6-3.7.fc6 php-pgsql-5.1.6-3.7.fc6 php-xml-5.1.6-3.7.fc6 php-mysql-5.1.6-3.7.fc6 php-gd-5.1.6-3.7.fc6

Disable Web Apache directory browsing

find / -name httpd.conf <Directory /usr/share/doc>Options FollowSymLinks Indexes Includes +Multiviews Disable directory browsing using httpd.conf:- Open your httpd.conf, normally it’s located at /usr/local/apache/conf or Go to your own Virtual Host settings and look for “Options Indexes” Change the Indexes…