[Mailman-Users] No access to public archives
phf1 at free.fr
phf1 at free.fr
Fri Jun 6 11:10:56 CEST 2003
Hello,
I don't understand why do I have access to archives when they are private but
not when they are public ( I get a "Forbidden You don't have permission to
access ..." error)
I found that in archives/public I had no link to the private archives of this
list, so I made a ln -s , but it did not resolve my problem.
That was yesterday, today the links I created desappeared.
I really don't know what to do.
Below is my httpd.conf:
<VirtualHost xx.xx.xx.xx>
ServerName mailman.xx.com
DocumentRoot /home/mailman/templates/fr/
AddHandler cgi-script *
ScriptAlias /mailman/ /home/mailman/cgi-bin/
Alias /pipermail/ /home/mailman/archives/public/
User mailman
Group mailman
</VirtualHost>
<Directory /home/mailman/archives/public>
AddDefaultCharset Off
Options FollowSymLinks
order allow,deny
allow from all
</Directory>
Thank you for any help
More information about the Mailman-Users
mailing list