* Keith Mastin ([EMAIL PROTECTED]) wrote: > >On Mon, 2003-01-27 at 20:53, Keith Mastin wrote: > > > >> > >> Alias /pipermail/ "/web/mlib/data/mailman/archives/public/" > >> > >> <Directory "/web/mlib/data/mailman/archives/public"> > >> Options FollowSymLinks > >> AllowOverride None > >> Order allow,deny > >> Allow from all > >> </Directory> > >> > > > >Alias /pipermail/ /var/mailman/archives/public/ > ><Directory /var/mailman/archives> > > Options +FollowSymlinks > ></Directory> > > Yeah, that didn't work. I'm leaning more toward it being a permissions > problem. Here's a line from error_log: > [Mon Jan 27 18:57:32 2003] [error] [client 216.138.194.32] Directory index > forbidden by rule: /web/mlib/data/mailman/archives/public/members/
Make sure bin/check_perms doesn't give any problems (just to rule that out). But this is an apache config problem. I'd go thru the apache .conf file and take out thoes <Directory> options (to make sure they're not causing the problem) or # them out. Make sure you restart apache to have the new settings take effect. Then try with just the 2 lines Alias /pipermail/ /home/mailman2/archives/public/ ScriptAlias /mailman/ "/home/mailman2/cgi-bin/" Thats all I have in my httpd.conf in refrence to mailman. See if that works. -- Matthew Davis http://dogpound.vnet.net/ It's lonely at the top, but you eat better. ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org