Apache is working: "Apache is functioning normally"<br><br>Yes, I have a few other sites on this box, all functioning properly.<br><br>When I navigate to myserverip/nagios I get a 404 Not Found.<br><br>:(<br><br>
<div class="gmail_quote">On Thu, Mar 11, 2010 at 4:40 AM, Aidan Anderson <span dir="ltr"><<a href="mailto:mail@aidananderson.co.uk">mail@aidananderson.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">Tim Tompson wrote:<br>
> My nagios.conf:<br>
><br>
> ## BEGIN APACHE CONFIG SNIPPET - NAGIOS.CONF<br>
><br>
> ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"<br>
><br>
> <Directory "/usr/local/nagios/sbin"><br>
><br>
><br>
>    Options ExecCGI<br>
><br>
>    AllowOverride None<br>
><br>
>    Order allow,deny<br>
><br>
>    Allow from all<br>
><br>
>    AuthType Digest<br>
><br>
>    AuthName "Nagios Access"<br>
><br>
>    AuthUserFile /usr/local/nagios/etc/.digest_pw<br>
><br>
><br>
>    Require valid-user<br>
><br>
> </Directory><br>
><br>
><br>
><br>
> Alias /nagios "/usr/local/nagios/share"<br>
><br>
> <Directory "/usr/local/nagios/share"><br>
><br>
>    Options None<br>
><br>
>    AllowOverride None<br>
><br>
><br>
>    Order allow,deny<br>
><br>
>    Allow from all<br>
><br>
>    AuthType Digest<br>
><br>
>    AuthName "Nagios Access"<br>
><br>
>    AuthUserFile /usr/local/nagios/etc/.digest_pw<br>
><br>
>    Require valid-user<br>
><br>
> </Directory><br>
><br>
><br>
> ## END APACHE CONFIG SNIPPETS<br>
><br>
> I followed the instructions at:<br>
> <a href="http://nagios.sourceforge.net/docs/3_0/cgisecurity.html" target="_blank">http://nagios.sourceforge.net/docs/3_0/cgisecurity.html</a> -- to secure<br>
> my install, and thats where I got the above .conf file.<br>
><br>
> Its set to "Allow from all", shouldn't that work?<br>
><br>
<br>
</div></div>It should and so should connecting to serveripaddress/nagios.  It looks<br>
like Apache is your issue. Is it running?  Are there other web sites<br>
running on the same box?  Are they working?<br>
<font color="#888888"><br>
Aidan<br>
</font><div><div></div><div class="h5"><br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">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>
</div></div></blockquote></div><br>