]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- grant public access to static files
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Mar 2007 22:17:14 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-apache.conf -> 1.8

nagios-apache.conf

index 394cf40a8b4b9ae69f5ea4cab0559ae65350a561..a16f38a841e8051dc1d0b4fd2c230570df3abbd6 100644 (file)
@@ -1,5 +1,12 @@
 # $Id$
 
+# We grant access to static files for everybody, as the files are available
+# publically anyway, but without having it with http password i'm able to link
+# icons to jabber notify messages :)
+<Directory /usr/share/nagios/>
+       Allow from all
+</Directory>
+
 # WITHOUT SSL
 <IfModule !mod_ssl.c>
 <Directory /usr/lib/nagios/cgi/>
@@ -8,13 +15,6 @@
        Deny from all
        Allow from 127.0.0.1
 </Directory>
-
-<Directory /usr/share/nagios/>
-       Options None
-       Order deny,allow
-       Deny from all
-       Allow from 127.0.0.1
-</Directory>
 </IfModule>
 
 # WITH SSL ENABLED
 </Directory>
 
 <Directory /usr/share/nagios/>
-       Options None
        SSLRequireSSL
-       Allow from all
-       AuthType Basic
-       AuthUserFile /etc/webapps/nagios/passwd
-       AuthGroupFile /etc/webapps/nagios/group
-       AuthName "Nagios"
-       Require group nagios
 </Directory>
 </IfModule>
 
This page took 0.07714 seconds and 4 git commands to generate.