On Apr 27, 2005, at 04:08, Jeff Peterson wrote:
I have the Mailman & the Apache web server on one machine and have subscribers access the GUI's through another Web server by Proxy redirect. However, on the ListInfo page, the links are not totally correct.
Make sure you have set the desired DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST in your mm_cfg.py. Given your description, I suspect you want something like:
DEFAULT_EMAIL_HOST = 'domain.name' DEFAULT_URL_HOST = 'www.my.web.site'
VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
(If those are not already the settings in your Defaults.py. DEFAULT_HOST_NAME should remain set to None).
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman
------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py 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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
