[Mailman-Users] Archives page not found (Noob.Q)

Matthew Davis matthew.davis at dogpound.vnet.net
Tue Jan 28 04:42:54 CET 2003


* Keith Mastin (kmastin at beechtree.ca) 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.



More information about the Mailman-Users mailing list