Posts Tagged ‘nagios and apache source installation’

How to configure nagios to work with apache source install(/usr/local/apache)

Monday, November 16th, 2009

Ref:http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html
Basic nagios setup  works well if you install apache server by yum. But if you install and configure Apache from source to run different directory(i.e /usr/local/apache)  other then /etc/httpd/conf then then the default nagios web interface would not work because , by default nagios creates nagios.conf file in /etc/httpd/conf.d directory for fedora.
So if you have [...]