Page 1 of 1

Webiste

Posted: Tue May 31, 2016 12:46 pm
by mccuner
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

Posted: Tue May 31, 2016 12:50 pm
by rkennedy
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.

Re: Webiste

Posted: Wed Jun 01, 2016 7:28 pm
by Box293
I suspect you need to run:

Code: Select all

a2enmod rewrite
a2enmod cgi
service apache2 restart