ServerName ml.<%= domain %>
SSLEngine on
SSLCertificateFile /etc/ssl/apache/ml.<%= domain %>.pem
SSLCertificateKeyFile /etc/ssl/apache/ml.<%= domain %>.pem
DocumentRoot <%= lib_dir + "/sympa/cgi" %>
Allow from all
Alias /static-sympa /var/lib/sympa/static_content
Order allow,deny
Allow from all