SOURCES: chora.conf, giapeto.conf, gollem.conf, horde-ulaform.conf...

glen glen at pld-linux.org
Fri Jan 20 00:33:34 CET 2006


Author: glen                         Date: Thu Jan 19 23:33:34 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- mod_access does not exist in apache 2.2

---- Files affected:
SOURCES:
   chora.conf (1.5 -> 1.6) , giapeto.conf (1.1 -> 1.2) , gollem.conf (1.2 -> 1.3) , horde-ulaform.conf (1.1 -> 1.2) , horde.conf (1.9 -> 1.10) , imp.conf (1.7 -> 1.8) , ingo.conf (1.2 -> 1.3) , klutz.conf (1.1 -> 1.2) , kronolith.conf (1.3 -> 1.4) , mimp.conf (1.2 -> 1.3) , mnemo.conf (1.1 -> 1.2) , nag.conf (1.3 -> 1.4) , trean.conf (1.1 -> 1.2) , turba.conf (1.3 -> 1.4) , whups.conf (1.4 -> 1.5) , wicked.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/chora.conf
diff -u SOURCES/chora.conf:1.5 SOURCES/chora.conf:1.6
--- SOURCES/chora.conf:1.5	Tue Aug  2 00:45:47 2005
+++ SOURCES/chora.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/chora/config">
     order deny,allow
     deny from all
@@ -17,5 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
+
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/giapeto.conf
diff -u SOURCES/giapeto.conf:1.1 SOURCES/giapeto.conf:1.2
--- SOURCES/giapeto.conf:1.1	Sat Sep 17 17:31:03 2005
+++ SOURCES/giapeto.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/giapeto/config">
     order deny,allow
     deny from all
@@ -17,7 +16,6 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 <IfModule mod_rewrite.c>
     <Directory "/usr/share/horde/giapeto">

================================================================
Index: SOURCES/gollem.conf
diff -u SOURCES/gollem.conf:1.2 SOURCES/gollem.conf:1.3
--- SOURCES/gollem.conf:1.2	Tue Aug  2 00:45:48 2005
+++ SOURCES/gollem.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/gollem/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/horde-ulaform.conf
diff -u SOURCES/horde-ulaform.conf:1.1 SOURCES/horde-ulaform.conf:1.2
--- SOURCES/horde-ulaform.conf:1.1	Sat Sep 17 18:06:27 2005
+++ SOURCES/horde-ulaform.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/ulaform/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/horde.conf
diff -u SOURCES/horde.conf:1.9 SOURCES/horde.conf:1.10
--- SOURCES/horde.conf:1.9	Sat Sep 17 14:23:41 2005
+++ SOURCES/horde.conf	Fri Jan 20 00:33:29 2006
@@ -7,13 +7,10 @@
 <Directory /usr/share/horde>
     Options Indexes FollowSymLinks
     AllowOverride None
-    <IfModule mod_access.c>
-        order allow,deny
-        allow from all
-    </IfModule>
+    Order allow,deny
+    Allow from all
 </Directory>
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/config">
     order deny,allow
     deny from all
@@ -30,6 +27,5 @@
     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.7 SOURCES/imp.conf:1.8
--- SOURCES/imp.conf:1.7	Tue Aug  2 00:55:26 2005
+++ SOURCES/imp.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/imp/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/ingo.conf
diff -u SOURCES/ingo.conf:1.2 SOURCES/ingo.conf:1.3
--- SOURCES/ingo.conf:1.2	Tue Aug  2 00:45:48 2005
+++ SOURCES/ingo.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/ingo/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/klutz.conf
diff -u SOURCES/klutz.conf:1.1 SOURCES/klutz.conf:1.2
--- SOURCES/klutz.conf:1.1	Tue Aug  2 02:04:21 2005
+++ SOURCES/klutz.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/klutz/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     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.3 SOURCES/kronolith.conf:1.4
--- SOURCES/kronolith.conf:1.3	Tue Aug  2 00:45:48 2005
+++ SOURCES/kronolith.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/kronolith/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/mimp.conf
diff -u SOURCES/mimp.conf:1.2 SOURCES/mimp.conf:1.3
--- SOURCES/mimp.conf:1.2	Tue Aug  2 00:45:48 2005
+++ SOURCES/mimp.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/mimp/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/mnemo.conf
diff -u SOURCES/mnemo.conf:1.1 SOURCES/mnemo.conf:1.2
--- SOURCES/mnemo.conf:1.1	Tue Aug  2 00:57:36 2005
+++ SOURCES/mnemo.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/mnemo/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/nag.conf
diff -u SOURCES/nag.conf:1.3 SOURCES/nag.conf:1.4
--- SOURCES/nag.conf:1.3	Tue Aug  2 00:55:26 2005
+++ SOURCES/nag.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/nag/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/trean.conf
diff -u SOURCES/trean.conf:1.1 SOURCES/trean.conf:1.2
--- SOURCES/trean.conf:1.1	Tue Aug  2 00:57:36 2005
+++ SOURCES/trean.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/trean/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/turba.conf
diff -u SOURCES/turba.conf:1.3 SOURCES/turba.conf:1.4
--- SOURCES/turba.conf:1.3	Tue Aug  2 00:45:48 2005
+++ SOURCES/turba.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/turba/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     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.4 SOURCES/whups.conf:1.5
--- SOURCES/whups.conf:1.4	Tue Aug  2 00:45:48 2005
+++ SOURCES/whups.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/whups/config">
     order deny,allow
     deny from all
@@ -17,6 +16,5 @@
     order deny,allow
     deny from all
 </Directory>
-</IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et

================================================================
Index: SOURCES/wicked.conf
diff -u SOURCES/wicked.conf:1.3 SOURCES/wicked.conf:1.4
--- SOURCES/wicked.conf:1.3	Sat Sep 17 14:26:55 2005
+++ SOURCES/wicked.conf	Fri Jan 20 00:33:29 2006
@@ -1,6 +1,5 @@
 # $Id$
 
-<IfModule mod_access.c>
 <Directory "/usr/share/horde/wicked/config">
     order deny,allow
     deny from all
@@ -25,8 +24,6 @@
         RewriteCond   %{REQUEST_FILENAME}  !-f
         RewriteRule   ^([A-Za-z0-9].*)$ display.php?page=$1 [QSA]
     </Directory>
-</IfModule>
-
 </IfModule>
 
 # vim: filetype=apache ts=4 sw=4 et
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/chora.conf?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SOURCES/giapeto.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/gollem.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/horde-ulaform.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/horde.conf?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SOURCES/imp.conf?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SOURCES/ingo.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/klutz.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/kronolith.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/mimp.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/mnemo.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/nag.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/trean.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SOURCES/turba.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/SOURCES/whups.conf?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/wicked.conf?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list