SOURCES: mailman.conf - apache 2.2 compatibility fixes

baggins baggins at pld-linux.org
Fri Mar 10 14:13:30 CET 2006


Author: baggins                      Date: Fri Mar 10 13:13:29 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apache 2.2 compatibility fixes

---- Files affected:
SOURCES:
   mailman.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/mailman.conf
diff -u SOURCES/mailman.conf:1.3 SOURCES/mailman.conf:1.4
--- SOURCES/mailman.conf:1.3	Fri Feb  3 16:05:54 2006
+++ SOURCES/mailman.conf	Fri Mar 10 14:13:24 2006
@@ -1,18 +1,25 @@
 Alias		/mailman/pipermail/	/var/lib/mailman/archives/public/
+
 <Directory /var/lib/mailman/archives/public>
 	Options Indexes MultiViews FollowSymLinks
 	AllowOverride None
-	Order allow,deny
-	Allow from all
+	<IfModule mod_authz_host.c>
+		Order allow,deny
+		Allow from all
+	</IfModule>
 </Directory>
 
 Alias		/mailman/icons/	/usr/lib/mailman/icons/
 ScriptAlias	/mailman/	/usr/lib/mailman/cgi-bin/
+
 <Directory /usr/lib/mailman/cgi-bin/>
-	AllowOverride None
 	Options ExecCGI
-	Order allow,deny
-	Allow from all
+	AllowOverride None
+	AddHandler cgi-script .cgi
+	<IfModule mod_authz_host.c>
+		Order allow,deny
+		Allow from all
+	</IfModule>
 </Directory>
 
 # Uncomment the following line, replacing www.example.com with your server's
================================================================

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



More information about the pld-cvs-commit mailing list