[Mailman-Users] No access to public archives

Jim Tittsler jwt at OnJapan.net
Fri Jun 6 11:38:18 CEST 2003


On Fri, Jun 06, 2003 at 11:10:56AM +0200, phf1 at free.fr wrote:
> 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

Are you sure you have the archive set "public" on the
"archiving options" page?

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

I suspect you wanted this <Directory></Directory> block within
the <VirtualHost></VirtualHost> block.






More information about the Mailman-Users mailing list