Hi, I try to ensure HTTPS communication for the $prefix/admin and $prefix/ private directories. Normal HTTP works fine, so I assume my configuration of mailman should be ok.
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. Any ideas would be much appreciated! Greetings, Andreas Nemeth ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp