[Mailman-Users] Re: web interface

Donna Hanlon donna at v1.wustl.edu
Thu Apr 25 15:11:01 CEST 2002


Try these changes -- replace this part:

	<Directory "/home/mailman/archives/public/">
        Options FollowSymLinks
        AllowOverride None
	</Directory>

... with this:

<Directory "/home/mailman/archives/public">
      Options Indexes Includes FollowSymLinks MultiViews
      AllowOverride None
      Order allow,deny
      Allow from all
</Directory>

Also, you have two cgi-bin defs:

    <Directory "/home/mailman/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>

    <Directory "/home/mailman/cgi-bin/">
        Options ExecCGI
    </Directory>
 
Get rid of the second one.





More information about the Mailman-Users mailing list