[Mailman-Users] Re: Forbidden access error - Que?

Ganbold ganbold at gate.pmis.gov.mn
Fri Jul 7 10:42:31 CEST 2000


Solution is:

in <IfModule mod_alias> of Apache conf:

Alias /pipermail/ "/home/mailman/archives/public/"

<Directory "home/mailman/archives/public">
Options FollowSymLinks
Order allow,deny
Allow from all
</Directory>

And in /home/mailman/Mailman/Utils.py

in Line 539: where the definition of  open_ex(,mode='r',) function.

Put 'a+' instead of "r"
Now it's archiving and I can browse it from web. Hope this helps.


regards,
Ganbold







More information about the Mailman-Users mailing list