Page 1 of 1
The requested URL /nagios/cgi-bin/ was not found on the serv
Posted: Mon Oct 31, 2011 3:34 am
by dan.r
Hi guys,
I am fairly certain this is a problem with my apache setup but I can't seem to find any glaring mistakes. Gone over it so many times my head is going to explode.
I've attached it to the post.
Any help would be very much appreciated!
- Daniel
Re: The requested URL /nagios/cgi-bin/ was not found on the
Posted: Thu Nov 03, 2011 7:30 am
by raggmopp
For your virtual definition, you have DocumentRoot=/usr/local/nagios/share. For ScriptAlias you have /nagios/cgi-bin.
Not sure how you want to setup but here is an example from my config (nagios is installed in /usr/local/nagios)
DocumentRoot=/usr/local
ScriptAlias /cgi-bin /usr/local/nagios/cgi-bin
There is more to it but I believe this will get you started.
Re: The requested URL /nagios/cgi-bin/ was not found on the
Posted: Thu Nov 03, 2011 10:53 pm
by dan.r
Thank you for your reply!
I'll give that a shot and get back to you on how it goes.
I appreciate your help.
Re: The requested URL /nagios/cgi-bin/ was not found on the
Posted: Mon Jan 09, 2012 2:12 pm
by alcsantiago
raggmopp,
I have the same problem, and I did the same as you said.
Before I've got the 404 error, now I'm getting the 500 error.
How can I fix it?
Thanks