http config issue - double backslashes
Posted: Wed Oct 02, 2013 8:14 pm
system: fedora 17
when i click on one of the status or report links in the left side column from the nagio startup page i get the following error:
Whoops! Error: Could not read object configuration data!
when i look at any of the links i see a double backslash appended after the cgi-bin dir, such as this:
http://localhost/nagios/cgi-bin//status.cgi?host=all
i have in /etc/httpd/conf.d/nagios.conf the following lines for the dir names:
ScriptAlias /nagios/cgi-bin/ "/usr/lib64/nagios/cgi-bin/"
<Directory "/usr/lib64/nagios/cgi-bin/">
Alias /nagios "/usr/share/nagios/html"
<Directory "/usr/share/nagios/html">
i've tried removing the trailing backslash from the "ScriptAlias" and Directiory entry but that didn't help. the double backslashes still appear.
someone point out my error or where i can make an edit to correct this? tia
when i click on one of the status or report links in the left side column from the nagio startup page i get the following error:
Whoops! Error: Could not read object configuration data!
when i look at any of the links i see a double backslash appended after the cgi-bin dir, such as this:
http://localhost/nagios/cgi-bin//status.cgi?host=all
i have in /etc/httpd/conf.d/nagios.conf the following lines for the dir names:
ScriptAlias /nagios/cgi-bin/ "/usr/lib64/nagios/cgi-bin/"
<Directory "/usr/lib64/nagios/cgi-bin/">
Alias /nagios "/usr/share/nagios/html"
<Directory "/usr/share/nagios/html">
i've tried removing the trailing backslash from the "ScriptAlias" and Directiory entry but that didn't help. the double backslashes still appear.
someone point out my error or where i can make an edit to correct this? tia