SOURCES: nagios-apache.conf - tabs

glen glen at pld-linux.org
Mon Mar 5 23:11:33 CET 2007


Author: glen                         Date: Mon Mar  5 22:11:33 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- tabs

---- Files affected:
SOURCES:
   nagios-apache.conf (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/nagios-apache.conf
diff -u SOURCES/nagios-apache.conf:1.6 SOURCES/nagios-apache.conf:1.7
--- SOURCES/nagios-apache.conf:1.6	Tue Mar 14 15:44:13 2006
+++ SOURCES/nagios-apache.conf	Mon Mar  5 23:11:28 2007
@@ -3,42 +3,42 @@
 # WITHOUT SSL
 <IfModule !mod_ssl.c>
 <Directory /usr/lib/nagios/cgi/>
-    Options ExecCGI
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
+	Options ExecCGI
+	Order deny,allow
+	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
+	Options None
+	Order deny,allow
+	Deny from all
+	Allow from 127.0.0.1
 </Directory>
 </IfModule>
 
 # WITH SSL ENABLED
 <IfModule mod_ssl.c>
 <Directory /usr/lib/nagios/cgi/>
-    Options ExecCGI
-    SSLRequireSSL
-    Allow from all
-    AuthType Basic
-    AuthUserFile /etc/webapps/nagios/passwd
-    AuthGroupFile /etc/webapps/nagios/group
-    AuthName "Nagios"
-    Require group nagios
+	Options ExecCGI
+	SSLRequireSSL
+	Allow from all
+	AuthType Basic
+	AuthUserFile /etc/webapps/nagios/passwd
+	AuthGroupFile /etc/webapps/nagios/group
+	AuthName "Nagios"
+	Require group nagios
 </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
+	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>
 
================================================================

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



More information about the pld-cvs-commit mailing list