On Wed, May 29, 2002 at 04:35:31PM -0500, Amy Tanner wrote: > On Wed, May 29, 2002 at 02:13:55PM -0500, Scott Raun (sraun at fireopal.org) wrote: > <snip> > Just remove the deny and allow statements: > > <Location /doc> > Options Indexes FollowSymLinks MultiViews > </Location> > > However, if it were me, I'd have it look at the images within your > document root rather than in /usr/share/doc. To do that, get rid > of the Alias line too. Actually, I came up with a different solution - I edited mm_cfg.py, changing IMAGE_LOGOS = '/doc/mailman/images/' to IMAGE_LOGOS = '/mailman/images/' so that Mailman is no longer trying to display based on the aliased /doc, and instead is working off of DocumentRoot. And they display now! -- Scott Raun sraun at fireopal.org