SOURCES: mailman.conf - allow access to /mailman/icons/

glen glen at pld-linux.org
Wed May 9 17:34:38 CEST 2007


Author: glen                         Date: Wed May  9 15:34:38 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow access to /mailman/icons/

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

---- Diffs:

================================================================
Index: SOURCES/mailman.conf
diff -u SOURCES/mailman.conf:1.4 SOURCES/mailman.conf:1.5
--- SOURCES/mailman.conf:1.4	Fri Mar 10 14:13:24 2006
+++ SOURCES/mailman.conf	Wed May  9 17:34:33 2007
@@ -10,6 +10,14 @@
 </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>
+</Directory>
+
 ScriptAlias	/mailman/	/usr/lib/mailman/cgi-bin/
 
 <Directory /usr/lib/mailman/cgi-bin/>
================================================================

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



More information about the pld-cvs-commit mailing list