So far as I am aware, none of the Mailman generated pages depend on auto-indexing, using explicit URLs in all cases. Try it and see.

On 21 Sep 2004, at 18:37, Franco, Ruben wrote:

I was wondering if it would cause any issues with the Mailman software if I configure my Apache web server to no longer allow showing the directory listings of directories that do not have a default web page by changing the "Indexes" option to "-Indexes"?

EXAMPLE:

<Directory "/usr/local/mailman">
    Options -Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to