moinsetup

Annotated docs/ssl-site.txt

32:980a592988c6
2011-02-22 Paul Boddie Added an example configuration that would lead to limited hosting in a particular directory, requiring .htaccess and mod_rewrite tricks.
paul@27 1
<VirtualHost localhost:443>
paul@27 2
    ServerName localhost
paul@27 3
paul@27 4
    SSLEngine on
paul@27 5
    SSLCertificateFile /etc/apache2/ssl/apache.pem
paul@27 6
    SSLCertificateKeyFile /etc/apache2/ssl/apache.key
paul@27 7
</VirtualHost>