Daniel.Li wrote: > >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>
And change this one too. > Options Indexes MultiViews FollowSymLinks > AllowOverride None > Order allow,deny > Allow from all ></Directory> -- 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://wiki.list.org/x/AgA3 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://wiki.list.org/x/QIA9
