Webiste
Webiste
Just installed Nagios4 on Ubuntu 14.04 but am getting an error "web page cannot be found" when going to http://serverpublicip/nagios. if I just go to the server Ip I do get th Apache2 Ubuntu Default Page. Any suggestions? Also I am fairly new to Linux.
Re: Webiste
It sounds like the apache configuration files didn't get created on install, take a look at this article which may help figure out what you might have missed -
https://support.nagios.com/kb/article.p ... ategory=58
It might be worth doing a new, clean install, and following those directions as well. At times it's faster to do so, rather then trying to troubleshoot apache.
https://support.nagios.com/kb/article.p ... ategory=58
It might be worth doing a new, clean install, and following those directions as well. At times it's faster to do so, rather then trying to troubleshoot apache.
Former Nagios Employee
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Webiste
I suspect you need to run:
Code: Select all
a2enmod rewrite
a2enmod cgi
service apache2 restart As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.