not authorized, config seems ok.

rodolphe.cahen at quiconnect.com rodolphe.cahen at quiconnect.com
Thu Jan 27 10:52:22 CET 2005


I had the same "all-unix" user access granted.




here is the /httpd/nagios.conf

ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi/
<Directory /usr/lib/nagios/cgi/>
    AllowOverride AuthConfig
    order allow,deny
    allow from all
    Options ExecCGI
    SSLRequireSSL
    AuthType Basic
    AuthUserFile /home/www/sites/myservershere/data/passwd.file
    AuthName "nagios"
    require valid-user
</Directory>

Alias /nagios/ /usr/share/nagios/
<Directory /usr/share/nagios/>
    AllowOverride AuthConfig
    order allow,deny
    allow from all
    SSLRequireSSL
    AuthType Basic
    AuthUserFile /home/www/sites/myservershere/data/passwd.file
    AuthName "nagios"
    require valid-user
</Directory>


As you can see, i am using a "home-made" passwd.file instead of my 
regular. So i am resolving the "all-unix" access problem.

As you can see, i am also sliding the basic interface from the cgi command.

Regards.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4291 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://www.monitoring-lists.org/archive/users/attachments/20050127/648fa354/attachment.bin>


More information about the Users mailing list