SOURCES: mailman.conf - apache 1 compatible

glen glen at pld-linux.org
Thu Sep 20 15:13:46 CEST 2007


Author: glen                         Date: Thu Sep 20 13:13:46 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apache 1 compatible

---- Files affected:
SOURCES:
   mailman.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/mailman.conf
diff -u SOURCES/mailman.conf:1.5 SOURCES/mailman.conf:1.6
--- SOURCES/mailman.conf:1.5	Wed May  9 17:34:33 2007
+++ SOURCES/mailman.conf	Thu Sep 20 15:13:41 2007
@@ -3,19 +3,15 @@
 <Directory /var/lib/mailman/archives/public>
 	Options Indexes MultiViews FollowSymLinks
 	AllowOverride None
-	<IfModule mod_authz_host.c>
-		Order allow,deny
-		Allow from all
-	</IfModule>
+	Order allow,deny
+	Allow from all
 </Directory>
 
 Alias		/mailman/icons/	/usr/lib/mailman/icons/
 <Directory /usr/lib/mailman/icons/>
 	AllowOverride None
-	<IfModule mod_authz_host.c>
-		Order allow,deny
-		Allow from all
-	</IfModule>
+	Order allow,deny
+	Allow from all
 </Directory>
 
 ScriptAlias	/mailman/	/usr/lib/mailman/cgi-bin/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mailman.conf?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list