Page 1 of 1

Where, oh where, have I gone wrong

Posted: Wed Dec 21, 2016 1:10 pm
by jaime1417
Okay, so I'm trying to install Nagios Core on a bare VM running Ubuntu 16.04 Desktop following https://assets.nagios.com/downloads/nag ... buntu.html that guide. Everything seems to go well during the installation, and I follow the guide step-by-step. BUT, when everything is said and done and I go to http://localhost/nagios on the VM, it looks like this:
Capture.PNG
And when I open it on another computer on the network via http://ipaddress/nagios, I get this:
2016-12-21 11_07_53-10.0.0.123_nagios_.png
Anybody have any ideas why this is happening?

Thanks!

Re: Where, oh where, have I gone wrong

Posted: Wed Dec 21, 2016 1:18 pm
by mcapra
Can you share the output of the following commands:

Code: Select all

apachectl -M
php -v
php -r 'phpinfo();'
grep '' /etc/apache2/sites-enabled/*.conf

Re: Where, oh where, have I gone wrong

Posted: Wed Dec 21, 2016 1:28 pm
by jaime1417
So... Never mind, I guess. I just updated PHP from 5 to 7 and that seemed to fix it... Sorry to waste everyone's time.

Re: Where, oh where, have I gone wrong

Posted: Wed Dec 21, 2016 2:34 pm
by mcapra
Awesome! Did you have additional questions regarding this, or is it alright if we close this thread and mark the issue as resolved?