On Tue, Jun 27, 2006 at 10:32:15 +0200, Torben Nehmer wrote: > I have been checking the mm_cfg.py config script in /etc/mailman, trying this > patch: > > --- mm_cfg.py.orig 2006-06-27 10:03:26.000000000 +0200 > +++ mm_cfg.py 2006-06-27 10:04:47.000000000 +0200 > @@ -56,8 +56,8 @@ > #------------------------------------------------------------- > # If you change these, you have to configure your http server > # accordingly (Alias and ScriptAlias directives in most httpds) > -DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman' > -PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private' > +DEFAULT_URL_PATTERN = 'http://%s/mailman' > +PRIVATE_ARCHIVE_URL = '/mailman/private' > IMAGE_LOGOS = '/images/mailman/' > > #------------------------------------------------------------- > > Unfortunalety, it did not make a difference. > I had the same problem, and it seems to be fixed by running 'bin/withlist -l -a -r fix_url' from /var/lib/mailman, which resets the web_page_url setting for all lists (after changing the DEFAULT_URL_PATTERN as above).
Cheers, Julien
signature.asc
Description: Digital signature

