Re: [Mailman-Users] Web interface problem with HTTPS

2007-07-27 Thread Mark Sapiro
Andreas Németh wrote: > >Here the apache configuration: > >ScriptAlias /mailman /usr/local/mailman/cgi-bin > >SetHandler cgi-script >Options ExecCGI FollowSymLinks >Order allow,deny >Allow from all > > RewriteEngine On > RewriteCond %{SERVER_PORT} !^443$ > RewriteRule admin.*$ https:

[Mailman-Users] Web interface problem with HTTPS

2007-07-27 Thread Andreas Németh
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 SetHandler cgi-script Options ExecCGI F