Author: glen                         Date: Sat Mar  5 16:40:27 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't die if mod_access missing from apache

---- Files affected:
SOURCES:
   turba.conf (1.1 -> 1.2) , whups.conf (1.2 -> 1.3) , kronolith.conf (1.1 -> 
1.2) , imp.conf (1.4 -> 1.5) , chora.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/turba.conf
diff -u SOURCES/turba.conf:1.1 SOURCES/turba.conf:1.2
--- SOURCES/turba.conf:1.1      Thu Oct 28 19:37:04 2004
+++ SOURCES/turba.conf  Sat Mar  5 17:40:22 2005
@@ -5,6 +5,7 @@
 #  the Apache httpd.conf file.
 #
 
+<IfModule mod_access.c>
 <Directory "/usr/share/horde/turba/config">
     order deny,allow
     deny from all
@@ -21,3 +22,6 @@
     order deny,allow
     deny from all
 </Directory>
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/whups.conf
diff -u SOURCES/whups.conf:1.2 SOURCES/whups.conf:1.3
--- SOURCES/whups.conf:1.2      Fri Mar  4 20:37:08 2005
+++ SOURCES/whups.conf  Sat Mar  5 17:40:22 2005
@@ -3,6 +3,7 @@
 #  the Apache httpd.conf file.
 #
 
+<IfModule mod_access.c>
 <Directory "/usr/share/horde/whups/config">
     order deny,allow
     deny from all
@@ -19,3 +20,6 @@
     order deny,allow
     deny from all
 </Directory>
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/kronolith.conf
diff -u SOURCES/kronolith.conf:1.1 SOURCES/kronolith.conf:1.2
--- SOURCES/kronolith.conf:1.1  Fri Jan 28 23:08:06 2005
+++ SOURCES/kronolith.conf      Sat Mar  5 17:40:22 2005
@@ -5,6 +5,7 @@
 #  the Apache httpd.conf file.
 #
 
+<IfModule mod_access.c>
 <Directory "/usr/share/horde/kronolith/config">
     order deny,allow
     deny from all
@@ -21,3 +22,6 @@
     order deny,allow
     deny from all
 </Directory>
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/imp.conf
diff -u SOURCES/imp.conf:1.4 SOURCES/imp.conf:1.5
--- SOURCES/imp.conf:1.4        Fri Feb 18 00:57:39 2005
+++ SOURCES/imp.conf    Sat Mar  5 17:40:22 2005
@@ -6,6 +6,7 @@
 #  the Apache httpd.conf file.
 #
 
+<IfModule mod_access.c>
 <Directory "/usr/share/horde/imp/config">
     order deny,allow
     deny from all
@@ -26,3 +27,6 @@
     order deny,allow
     deny from all
 </Directory>
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/chora.conf
diff -u SOURCES/chora.conf:1.3 SOURCES/chora.conf:1.4
--- SOURCES/chora.conf:1.3      Thu Feb 24 22:03:01 2005
+++ SOURCES/chora.conf  Sat Mar  5 17:40:22 2005
@@ -3,6 +3,7 @@
 #  the Apache httpd.conf file.
 #
 
+<IfModule mod_access.c>
 <Directory "/usr/share/horde/chora/config">
     order deny,allow
     deny from all
@@ -19,3 +20,5 @@
     order deny,allow
     deny from all
 </Directory>
+</IfModule>
+# vim: filetype=apache ts=4 sw=4 et
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/turba.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/whups.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/kronolith.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/imp.conf?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/chora.conf?r1=1.3&r2=1.4&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to