~maxb/debian/sid/mailman/red-bean

« back to all changes in this revision

Viewing changes to debian/contrib/apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2010-07-13 21:35:40 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100713213540-g9zrs50cua0o8f5h
Tags: 1:2.1.13-3
* Drop unneeded Indexes option from shipped apache.conf.
* Eliminate update_rc.d warning by not passing runlevel 1 at stop.
* Add 25_site_logo patch by Paul Wise (closes: #267243).
* Do not compress PDF's under /u/s/d/mailman (closes: #582259).
* Back up ./configure before running autoconf, so it can be restored
  in clean as not to generate irrelevant diff.gz content.
* Switch to dpkg-source 3.0 (quilt) format.
* Checked for policy 3.9.0, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    Allow from all
25
25
</Directory>
26
26
<Directory /var/lib/mailman/archives/public/>
27
 
    Options Indexes FollowSymlinks
 
27
    Options FollowSymlinks
28
28
    AllowOverride None
29
29
    Order allow,deny
30
30
    Allow from all
51
51
#CustomLog /var/log/apache2/lists-access.log combined
52
52
#
53
53
#<Directory /var/lib/mailman/archives/>
54
 
#    Options Indexes FollowSymLinks
 
54
#    Options FollowSymLinks
55
55
#    AllowOverride None
56
56
#</Directory>
57
57
#