Bugs item #1263219, was opened at 2005-08-18 09:57 Message generated for change (Comment added) made by msapiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1263219&group_id=103
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Web/CGI Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Daniel (doolyo) Assigned to: Nobody/Anonymous (nobody) Summary: Link of the 'admin' page not updated if config change Initial Comment: If I change the mailman url on the server, the link displayed on the admin page that shows the 'mailing list overview page' is not updated in consequence. I have put the followings in mm_cfg.py: DEFAULT_URL_HOST = 'https://www.mysite.com/mailman' (secure connection), and we can see on the admin page that the link is on the http:// page and not https://. It should also be the same for the other pages. BTW it would be good if we could also change the pages ourselves. Thanks. ---------------------------------------------------------------------- >Comment By: Mark Sapiro (msapiro) Date: 2005-11-06 18:33 Message: Logged In: YES user_id=1123998 I am closing this because it seems to be a misconfiguration. If you make DEFAULT_URL_PATTERN = 'https://%s/mailman/' or similar (with https) in mm_cfg.py, the listinfo overview link from the admin overview will have https as will the create link. DEFAULT_URL_HOST should be just the fully qualified domain name, not a URL. The rest of the URL comes from substituting the host name in DEFAULT_URL_PATTERN. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1263219&group_id=103 _______________________________________________ Mailman-coders mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-coders
