Pieter Donche wrote: > >Here I seem to be stuck. >I have to define the Alias pipermail and the ScriptAlias mailman >But there are already pointing to the users' installation: > ># UA Change > # This Alias provides access to the archives of the mailman mailing >list > Alias /pipermail/ "/symrt/inf/lore/mailman/archives/public/" > > <Directory "/symrt/inf/lore/mailman/archives/public"> > Options Indexes FollowSymlinks MultiViews > AllowOverride None > Order allow,deny > Allow from all > </Directory> > >ScriptAlias /mailman/ /home/wins/inf/lore/mailman/cgi-bin/ > >Is there a workarround ?
Are these all the same domain? If not, you could handle this with VirtualHost in apache. Even if they are the same domain, you could use different ports for the two Mailman instances and set the non-standard port in mm_cfg.py with DEFAULT_URL_PATTERN = 'http://%s:<port number>/mailman/' and use a VirtualHost for the port in apache. Or, you might be able to move the user's lists to the 'central' instance and have only one. -- 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
