Jewel Makda wrote:

>[error] Symbloic link not allowed: /usr/local/mailman/archives/public/mylist

>Mark Sapiro wrote:
>>
>> This is puzzling since most permission or web server config issues
>> would affect all public archives, not just some.
>>
>> What is in your web server (apache?) error_log for this 403 error?



I think you need

<Directory /usr/local/mailman/archives/public>
    Options +FollowSymLinks
</Directory>
  
in your httpd.conf. I suspect you have multiple virtual hosts and you
may have this where it applies to some, but not all hosts.

You need to have the above in a place where it applies globally, or you
need to have it in each VirtualHost section that has Mailman lists.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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/
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