OS: centos 6.6
My cacti initial page only shown on localhost/cacti/ from centos 6.6 vm but I got 403 permission denied message while launch from remote host ( i.e: 172.30.38.183/cacti/ for example ). Any idea what might be the issue?
Thanks,
Jordan
cacti initial install page only shown on localhost/cacti/
Moderators: Developers, Moderators
-
- Posts: 3
- Joined: Thu Jul 02, 2015 6:30 pm
- Happiness0
- Cacti User
- Posts: 63
- Joined: Wed Oct 29, 2014 5:01 am
- Contact:
Re: cacti initial install page only shown on localhost/cacti
Your issue might be related to your apache configuration. Look for "Deny from All" lines in httpd.conf.
If you are using virtual box, is your vm set to bridged mode in the network settings?
Check your proxy as well
If you are using virtual box, is your vm set to bridged mode in the network settings?
Check your proxy as well
-
- Posts: 3
- Joined: Thu Jul 02, 2015 6:30 pm
Re: cacti initial install page only shown on localhost/cacti
Thanks a lot for the reply
Finally figure out the problem ^_^
I have two cacti.conf file ( cacti.conf & cacti_orig_062815.conf) under /etc/httpd/conf.d/, after move the bak file out restart httpd works like a charm ^_6
http://www.tecmint.com/install-cacti-ne ... ora-17-12/
[root@fgt-cacti-test01 conf.d]# ls -lhrt
total 24K
-rw-r--r--. 1 root root 118 May 19 2009 mod_dnssd.conf
-rw-r--r--. 1 root root 299 Aug 14 2014 welcome.conf
-rw-r--r--. 1 root root 392 Oct 16 2014 README
-rw-r--r--. 1 root root 674 Oct 30 2014 php.conf
-rw-r--r--. 1 root root 1.5K Jun 28 21:14 cacti_orig_062815.conf
-rw-r--r--. 1 root root 1.5K Jul 8 18:04 cacti.conf
[root@fgt-cacti-test01 conf.d]# mv cacti_orig_062815.conf /jordan/
[root@fgt-cacti-test01 conf.d]# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: apr_sockaddr_info_get() failed for fgt-cacti-test01.fortinet-us.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[ OK ]
[root@fgt-cacti-test01 conf.d]# diff cacti.conf cacti_orig_062815.conf
17c17
< Require all granted
---
> Require host localhost
23c23
< Allow from all
---
> Allow from localhost
Finally figure out the problem ^_^
I have two cacti.conf file ( cacti.conf & cacti_orig_062815.conf) under /etc/httpd/conf.d/, after move the bak file out restart httpd works like a charm ^_6
http://www.tecmint.com/install-cacti-ne ... ora-17-12/
[root@fgt-cacti-test01 conf.d]# ls -lhrt
total 24K
-rw-r--r--. 1 root root 118 May 19 2009 mod_dnssd.conf
-rw-r--r--. 1 root root 299 Aug 14 2014 welcome.conf
-rw-r--r--. 1 root root 392 Oct 16 2014 README
-rw-r--r--. 1 root root 674 Oct 30 2014 php.conf
-rw-r--r--. 1 root root 1.5K Jun 28 21:14 cacti_orig_062815.conf
-rw-r--r--. 1 root root 1.5K Jul 8 18:04 cacti.conf
[root@fgt-cacti-test01 conf.d]# mv cacti_orig_062815.conf /jordan/
[root@fgt-cacti-test01 conf.d]# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: apr_sockaddr_info_get() failed for fgt-cacti-test01.fortinet-us.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[ OK ]
[root@fgt-cacti-test01 conf.d]# diff cacti.conf cacti_orig_062815.conf
17c17
< Require all granted
---
> Require host localhost
23c23
< Allow from all
---
> Allow from localhost
Who is online
Users browsing this forum: No registered users and 1 guest