SOURCES: nagios-apache.conf - allow access from all (ssl and http ...

glen glen at pld-linux.org
Wed Nov 30 21:48:09 CET 2005


Author: glen                         Date: Wed Nov 30 20:48:09 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow access from all (ssl and http auth already secure access)

---- Files affected:
SOURCES:
   nagios-apache.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/nagios-apache.conf
diff -u SOURCES/nagios-apache.conf:1.4 SOURCES/nagios-apache.conf:1.5
--- SOURCES/nagios-apache.conf:1.4	Wed Nov 30 21:14:02 2005
+++ SOURCES/nagios-apache.conf	Wed Nov 30 21:48:04 2005
@@ -25,8 +25,7 @@
 <Directory /usr/lib/nagios/cgi/>
    Options ExecCGI
    SSLRequireSSL
-   Order deny,allow
-   Deny from all
+   Allow from all
    AuthType Basic
    AuthUserFile /etc/webapps/nagios/passwd
    AuthGroupFile /etc/webapps/nagios/group
@@ -38,8 +37,7 @@
 <Directory /usr/share/nagios/>
    Options None
    SSLRequireSSL
-   Order deny,allow
-   Deny from all
+   Allow from all
    AuthType Basic
    AuthUserFile /etc/webapps/nagios/passwd
    AuthGroupFile /etc/webapps/nagios/group
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nagios-apache.conf?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list