Hi again,<br><br>Strange...<br><br>Some questions:<br><br>You're sure you restarted apache after editing httpd.conf?<br>What is the output of 'apachectl configtest'?<br>What files are in /usr/local/nagios/sbin -- are they files like 'status.cgi', 'avail.cgi', 'cmd.cgi' etc.? Are they executable by the user that apache is running as?<br>
Is there anything useful in the apache error logs?<br>What do you see when you go to http://<nagioshost>/nagios with your web browser? Is that when you get the error below?<br>Is the nagios host a Linux or Unix host (sorry, can't remember if you've specified this before)? If so, which flavour/version?<br>
Did you compile nagios on this host, install it via a package manager, or copy it from another host?<br><br>Cheers,<br>Guy.<br><br><div class="gmail_quote">On Thu, Jun 25, 2009 at 2:35 PM, Kaplan, Andrew H. <span dir="ltr"><<a href="mailto:AHKAPLAN@partners.org">AHKAPLAN@partners.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Hi there --</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Thanks for your reply. I made the change that you 
suggested, and subsequently restarted the Apache and Nagios 
applications.</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Unfortunately, the problem still occurs. Here is the 
output that I am seeing:</font></span></div>
<div dir="ltr" align="left"><span></span> </div>
<div dir="ltr" align="left"><span><div class="im">
<h1><font face="Arial" size="2">Not Found</font></h1>
<p><font face="Arial" size="2">The requested URL /nagios/cgi-bin/status.cgi was not 
found on this server.</font></p>
</div><p><span><font color="#0000ff" face="Arial" size="2">I can't 
figure out what is going on with this. Enclosed is the updated version of the 
httpd.conf with the changes that were suggested.</font></span></p>
<p><span><font color="#0000ff" face="Arial" size="2">I am 
desperate at this point...</font></span></p>
<p><span><font color="#0000ff" face="Arial" size="2"></font></span> </p>
<p><span><font color="#0000ff" face="Arial" size="2"></font></span> </p><font face="Arial" size="2"> </font></span></div><br>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font face="Tahoma" size="2"><b>From:</b> Guy Waugh [mailto:<a href="mailto:guidosh@gmail.com" target="_blank">guidosh@gmail.com</a>] 
<br><b>Sent:</b> Thursday, June 25, 2009 4:15 AM<br><b>To:</b> Kaplan, Andrew 
H.; <a href="mailto:nagios-users@lists.sourceforge.net" target="_blank">nagios-users@lists.sourceforge.net</a><br><b>Subject:</b> Re: [Nagios-users] 
Problem getting past main page<br></font><br></div>
<div></div>Hi Andrew,<br><br>
<div class="gmail_quote"><div class="im">On Thu, Jun 25, 2009 at 12:24 AM, Kaplan, Andrew H. <span dir="ltr"><<a href="mailto:AHKAPLAN@partners.org" target="_blank">AHKAPLAN@partners.org</a>></span> 
wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
  <div>
  <p><font face="Courier New" size="2">This issue is an offshoot of the Problem in 
  preflight check with commands.cfg.</font> </p>
  <p><font face="Courier New" size="2">I went ahead and copied the nagios 
  directory from our original server to the new</font> <br><font face="Courier New" size="2">one. Once that was done, I did the upgrade to 
  version 3.1.2 of nagios. The main page</font> <br><font face="Courier New" size="2">of the application appears without a problem. However, whenever I try 
  to go to any one</font> <br><font face="Courier New" size="2">of the links from 
  the main page, an error message similar to the one below appears</font> 
  <br><font face="Courier New" size="2">on-screen:</font> </p>
  <p><b><font face="Courier New" size="2">Not Found</font></b> <br><b><font face="Courier New" size="2">The requested URL /nagios/cgi-bin/status.cgi was not 
  found on this server.</font></b></p></div></blockquote>
</div><div><br>Looking at your attached httpd.conf file, you seem to have configured 
the URL '/cgi-bin/nagios' to be the ScriptAlias for the nagios CGIs, but then 
you are trying to access them with the URL '/nagios/cgi-bin'. Provided the 
Nagios CGI scripts are in /usr/local/nagios/sbin, as they are by default, you 
should probably define your ScriptAlias like this:<br><br>ScriptAlias 
/nagios/cgi-bin "/usr/local/nagios/sbin"<br><br>Cheers,<br>Guy.<br> </div><div class="im">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
  <div>
  <p><b><font face="Courier New" size="2"></font></b></p><br>
  <p><font face="Courier New" size="2">I noticed that after I inserted the 
  snippets from the nagios.conf file into the </font><br><font face="Courier New" size="2">httpd.conf file, and subsequently restarted the 
  Apache server, the following</font> <br><font face="Courier New" size="2">errors 
  appeared on-screen:</font> </p>
  <p><b><font face="Courier New" size="2">Starting httpd: The ScriptAlias 
  directive in /etc/httpd/conf/httpd.conf at line</font></b> <br><b><font face="Courier New" size="2">566 will probably never match because it overlaps an 
  earlier ScriptAlias.</font></b> <br><b><font face="Courier New" size="2">[warn] 
  The Alias directive in /etc/httpd/conf/httpd.conf at line 583 will</font></b> 
  <br><b><font face="Courier New" size="2">probably never match because it 
  overlaps an earlier Alias.</font></b> </p>
  <p><font face="Courier New" size="2">I have enclosed a copy of the httpd.conf 
  file in its present version. I am at a</font> <br><font face="Courier New" size="2">lossas to why the error message is occurring, and I would really 
  appreciate help on</font> <br><font face="Courier New" size="2">this. 
</font></p>
  <p><font color="#000000" face="Arial" size="2"><<httpd.conf>> 
</font></p><pre>The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
<a href="http://www.partners.org/complianceline" target="_blank">http://www.partners.org/complianceline</a> . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
</pre></div><br>------------------------------------------------------------------------------<br><br>_______________________________________________<br>Nagios-users 
  mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net" target="_blank">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: 
  Please include Nagios version, plugin version (-v) and OS when reporting any 
  issue.<br>::: Messages without supporting info will risk being sent to 
  /dev/null<br></blockquote></div></div><br></div>
</blockquote></div><br>