Config problem
Luis Vidrio
vid1972 at vidworld.net
Sat Mar 19 00:42:22 CET 2005
Daniel Budde II wrote:
>For the moment I have shut authentication off. I manually loaded nagios
>with the -v command to check it and did not see any errors. I checked the
>log file and did not find any errors. When I go to my site with nagios at
>"http://netmonitor.interactivetwist.com/nagios/" I get into it just fine.
>But, if I click on any link under Monitoring or Reporting I get Nothing. If
>I click on "View Config" under Configuration I can see all the configuration
>data just fine. Does anyone have any insight for me as to why the rest of
>it is not working?
>
>I assure, any help would be greatly appreciated. I am willing to also
>converse across IRC or AIM and I can even give temp access to the server if
>necessary.
>
>Thanks in advance,
>
>Daniel Budde II
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Nagios-users mailing list
>Nagios-users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nagios-users
>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
>::: Messages without supporting info will risk being sent to /dev/null
>
>
>From you previous email I noticed serveral trailing slashes in your
Script Alias and Alias lines that don't belong there (in your apache
conf file), compare this to what you have, should fix it:
ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin
<Directory "/usr/local/nagios/sbin">
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Alias /nagios /usr/local/nagios/share
<Directory "/usr/local/nagios/share">
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list