Not intentionally, and I just combed through the conf files and see no reference. In any case, I changed it to:

<Directory /usr/local/mailman/archives/public/>
    Order allow,deny
    Allow from all
    Options Indexes FollowSymLinks
</Directory>

restarted apache and it's still Forbidden.

Rob

Mark Sapiro wrote:
Rob Brandt wrote:

Yes, in apache2.conf, I have:

<Directory /usr/local/mailman/archives/public/>
Options Indexes FollowSymLinks
</Directory>

Do you implicitly not allow your access? You might need

    Order allow,deny
    Allow from all

inside the Directory section if you have a Deny on a superordinate
directory.

What's in apache's error_log?


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to