Hello,

I am running several Mailman lists on a vServer, where the admin pages are
called via
http://lists.<vServerID>.<vserverhost>.de/mailman/admin/<listname>
All is running fine, with this domain configuration.

The server is maintained by Plesk 12.
Now I configured a nice own domain, like: <mydomain>.de
And I setup an Apache Virtual Host with (among other settings):
ServerName lists
ServerAlias lists.*
ScriptAlias "/mailman/" "/usr/lib/cgi-bin/mailman/"
ScriptAlias "/cgi-bin/mailman/" "/usr/lib/cgi-bin/mailman/"
which allows to call the lists admin pages via
http://lists.<mydomain>.de/mailman/admin/<listname>.

At first instance, this works.
But once I click on any link within Mailman's admin interface, the pages
are requested via the previous (not so nice) URL
http://*lists.<vServerID>.<vserverhost>*.de/cgi-bin/mailman/...

How can I avoid generating these kinds of URLs? This also means,
authentication cookies are not valid, since the domain changes.
I'd like to keep the URL's domain structure I initially called the admin
interface with, i.e.
http://lists.<mydomain>.de/...

It's like Mailman is creating absolute URLs, instead of just relative ones!?

In advance, thanks for your help!
Sascha.
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to