Ken Senior wrote:
>That is, putting the following into the mm_cfg.py file:
>DEFAULT_URL_PATTERN = 'https://%s/mailman/'
>and restarting mailman seems to do nothing since the pages still
>initially send to http instead of https.
Brad already replied in detail, but the issue is that the above chan
At 1:19 PM -0500 2005-11-01, Ken Senior wrote:
> which is eliminating the post data, though I don't really understand why
> since I thought the $1 made sure that would be maintained. I tried
> following FAQ #4.27 as you specified but had no luck. Item #1 results
> in a limit being reached on
The problem with my web interface is indeed the RewriteRule:
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R]
which is eliminating the post data, though I don't really understand why
since I thought the $1 made sure that would be maintained. I tried
following FAQ #