[Pkg-mailman-hackers] Pkg-mailman commit - rev 652 - in trunk/debian: . contrib
Thijs Kinkhorst
thijs at alioth.debian.org
Fri Apr 2 19:27:20 UTC 2010
Author: thijs
Date: 2010-04-02 19:27:15 +0000 (Fri, 02 Apr 2010)
New Revision: 652
Modified:
trunk/debian/changelog
trunk/debian/contrib/apache.conf
Log:
Drop unneeded Indexes option from shipped apache.conf.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2010-03-20 21:08:06 UTC (rev 651)
+++ trunk/debian/changelog 2010-04-02 19:27:15 UTC (rev 652)
@@ -1,3 +1,9 @@
+mailman (1:2.1.13-3) UNRELEASED; urgency=low
+
+ * Drop unneeded Indexes option from shipped apache.conf.
+
+ -- Thijs Kinkhorst <thijs at debian.org> Fri, 02 Apr 2010 21:26:48 +0200
+
mailman (1:2.1.13-2) unstable; urgency=low
* postfix-to-mailman.py: check for list existence before stripping off
Modified: trunk/debian/contrib/apache.conf
===================================================================
--- trunk/debian/contrib/apache.conf 2010-03-20 21:08:06 UTC (rev 651)
+++ trunk/debian/contrib/apache.conf 2010-04-02 19:27:15 UTC (rev 652)
@@ -24,7 +24,7 @@
Allow from all
</Directory>
<Directory /var/lib/mailman/archives/public/>
- Options Indexes FollowSymlinks
+ Options FollowSymlinks
AllowOverride None
Order allow,deny
Allow from all
@@ -51,7 +51,7 @@
#CustomLog /var/log/apache2/lists-access.log combined
#
#<Directory /var/lib/mailman/archives/>
-# Options Indexes FollowSymLinks
+# Options FollowSymLinks
# AllowOverride None
#</Directory>
#
More information about the Pkg-mailman-hackers
mailing list