Comment 0 for bug 266674

Revision history for this message
Forsberg-users (forsberg-users) wrote :

In my Mailman setup I want to use http for some URLs
(most of them, including the archives) for less CPU
usage on the server, and https on some URLs (login with
password, list administration) for better (if not good,
since the passwords go in cleartext over mail anyway)
security.

One way of accomplishing this is to make script URLs
absolute, and set DEFAULT_URL to a https hostname.

This patch makes it possible to configure if
GetScriptURL should by default return an absolute URL
using a variable in Default.py/mm_cfg.py.

[http://sourceforge.net/tracker/index.php?func=detail&aid=636504&group_id=103&atid=350103]