[Mailman-Users] Web interface problem with HTTPS

Mark Sapiro msapiro at value.net
Fri Jul 27 18:09:17 CEST 2007


Andreas Németh wrote:
>
>Here the apache configuration:
>
>ScriptAlias /mailman /usr/local/mailman/cgi-bin
><Location /mailman>
>SetHandler cgi-script
>Options ExecCGI FollowSymLinks
>Order allow,deny
>Allow from all
><IfModule rewrite_module>
>     RewriteEngine On
>     RewriteCond   %{SERVER_PORT}  !^443$
>     RewriteRule admin.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
>     RewriteRule private.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
></IfModule>
>
>This works fine too, the URIs being properly rewritten.
>
>Now here's my problem: I can't change any settings anymore if these  
>settings are active, the web interface responds normally, anyhow.


This is covered in the FAQ. See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.045.htp>
and
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.027.htp>.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list