cacti accessing problem

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
wouria
Posts: 1
Joined: Sun Sep 20, 2015 12:04 pm

cacti accessing problem

Post by wouria »

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>
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest