Page 3 of 3
Re: The requested URL /nagios/< was not found on this server
Posted: Wed Oct 07, 2015 1:11 am
by rhassing
Yes, it's your Apache config that makes it listen on other ports.
Re: The requested URL /nagios/< was not found on this server
Posted: Wed Oct 07, 2015 9:43 am
by hsmith
What rhassing is saying about the Apache port is true. I'm going to throw out the disclaimer that the only officially supported way to run Nagios is on a clean minimal install RHEL/CentOS machine, but core is open source, free, and fun so you can do all kinds of unique things!
Re: The requested URL /nagios/< was not found on this server
Posted: Sun Oct 11, 2015 4:01 am
by tusharniras
Hi Folks,
The issue has been resolved. It was really silly mistakes and cost me hours to make it work.
The issue was libapache2-mod-php5 package was not installed on Ubuntu machine. There was an error while installing libapache2-mod-php5.
So..what I did?
Answer -
I reinstalled apache2 and updated the Ubuntu OS:# apt-get update
Then I've installed the package :# apt-get install libapache2-mod-php5
Wallah!!! It works!!!
Thank you friends for all your support. I love NagiOS
Best Regards,
TUSHAR NIRAS
Re: The requested URL /nagios/< was not found on this server
Posted: Mon Oct 12, 2015 9:25 am
by hsmith
Glad to hear it is working! I'll go ahead and close this topic. Let us know if we can help you with anything else.
Thanks!