unable to access online service detail

Daniel_Casey at jbhunt.com Daniel_Casey at jbhunt.com
Fri Jan 24 21:42:14 CET 2003


If I click on Tactical Overview I get this in the browser:

    It appears as though you do not have permission to view information for
any of the services you requested...
    If you believe this is an error, check the HTTP server authentication
requirements for accessing this CGI
    and check the authorization options in your CGI configuration file.

I put the following in the httpd.conf per the documentation

<Directory /usr/local/nagios/sbin>
AllowOverride AuthConfig
order allow,deny
allow from all
Options ExecCGI
</Directory>

And

<Directory /usr/local/nagios/share>
AllowOverride AuthConfig
order allow,deny
allow from all
</Directory>

AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
require valid-user

I created the .htaccess file and ran the htpasswd command as described.

I'm never prompted for a user/pass when I click through the pages.  Just
for grins, I commented out all that
stuff I put in and restarted the webserver, I'm still getting the error.

Does the order/placement matter for these?


Also, just an FYI, the archives appear to be down.  I click the link to
here:

http://sourceforge.net/mailarchive/forum.php?forum_id=1873

And get an "ERROR Forum not found"




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com




More information about the Users mailing list