Page 1 of 1

Installing Core from Source - Documentation Suggestion #2

Posted: Mon Jun 09, 2014 4:02 pm
by Box293
After following the document "Nagios - Installing Nagios Core From Source" pdf I recevied the following error on any menu I clicked on.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Selection_052.png
A quick search of the internet gave me this suggestion:

Code: Select all

chcon -R -t httpd_sys_content_t /usr/local/nagios
Once I made the change all the menus started working.

This was on 4.0.7 and 3.5.1

Re: Installing Core from Source - Documentation Suggestion #

Posted: Mon Jun 09, 2014 4:07 pm
by eloyd
This will only matter if SELinux has not been disabled.

Re: Installing Core from Source - Documentation Suggestion #

Posted: Mon Jun 09, 2014 4:28 pm
by Box293
So many things to learn :)

Re: Installing Core from Source - Documentation Suggestion #

Posted: Mon Jun 09, 2014 5:25 pm
by eloyd
A friend of mine used to always make fun of me because the first thing I would do when sitting down to admin a Windows box was to open a command prompt window. I'd then proceed to do all my work using CLI commands instead of GUI mouse strokes. He used to say I would always go "to the dark side" when I'd open up "that dark window."

Welcome to the world of Unix systems administration, my friend! :-)