[Mailman-Users] visit archives failed with 404 NOT found error!

Daniel.Li lida_mail at 163.com
Sat Feb 21 02:58:18 CET 2009


On Fri, 2009-02-20 at 17:40 -0800, Mark Sapiro wrote:
> Do you have the appropriate
> 
> Alias /pipermail/

Thanks.

After re-check /etc/httpd/conf.d/mailman.conf 
, I found that I only noticed redirection and forgot to change
pipermail, as I use --prefix=/usr/lib/mailman/ to install the mailman


> Alias /pipermail/ /var/lib/mailman/archives/public/
> <Directory /var/lib/mailman/archives/public>
>     Options Indexes MultiViews FollowSymLinks
>     AllowOverride None
>     Order allow,deny
>     Allow from all
> </Directory>

should change to 
Alias /pipermail/ /usr/lib/mailman/archives/public/
<Directory /var/lib/mailman/archives/public>
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

-- 
Daniel.Li <lida_mail at 163.com>
PALFocus (http://palfocus.oicp.net)




More information about the Mailman-Users mailing list