# vim:noai:filetype=apachestyle: ServerName granny.example.net RewriteEngine on RewriteRule ^/(.*)$ https://%{SERVER_NAME}/ [R=302,L] ServerName granny.example.net DocumentRoot /example/www/granny.example.net/html ScriptAlias /cgi-bin/ /example/www/granny.example.net/cgi-bin/ CustomLog /example/logs/apache/granny.example.net/access_log combined SSLEngine on SSLCertificateFile /example/conf/apache/certs/granny.example.net.crt SSLCertificateKeyFile /example/conf/apache/keys/granny.example.net.key # SSLCACertificateFile /example/conf/apache/certs/cacert.pem JKMount /granny granny JKMount /granny/* granny