Hello friends,
I have installed cacti on centos 7 and I can access cacti through http://localhost/cacti or 127.0.0.1 but can not access through my LAN or computer IP address which is 192.168.0.5/24 and giving me error I get "403 Forbidden You don't have permission to access . I have edit the vi /etc/httpd/conf.d/cacti.conf file as below but still not working.
Alias /cacti /usr/share/cacti
<Directory /usr/share/cacti/>
<IfModule mod_authz_core.c>
# httpd 2.4
Require host localhost
</IfModule>
<IfModule !mod_authz_core.c>
# httpd 2.2
Order deny,allow
Deny from all
Allow from 192.168.0.5
</IfModule>
</Directory>
cacti accessing problem
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 1 guest