I am moving our mailman behind a reverse web-proxy, but somehow I am not getting rid of all the old url. Ie I have changed (in mm_cfg.py):

        DEFAULT_URL_HOST = 'b.example.com'
        DEFAULT_URL_PATTERN = 'http://%s/mailman/'

to

        DEFAULT_URL_HOST = 'b.example.com'
        DEFAULT_URL_PATTERN = 'http://%s/c/mailman/'
        add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

I have used bin/withlist on my lists and in most cases �b.example.com/c/mailman� works (for example �b.example.com/c/mailman/listinfo/mailman-test�). But other things like list-admin want to go to �b.example.com/mailman/admin/mailman-test� instead of �b.example.com/c/mailman/admin/mailman-test�.

How do I make sure that every references to url host or url pattern is correct?

--
Aslak Raanes


------------------------------------------------------ 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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to