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:
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