new production site for cakelampvm.com
[feisty_meow.git] / production / sites / cakelampvm.com / rolling / default_page.001 / 001-default-ssl.conf
1
2
3 <Directory "/opt/feistymeow.org/feisty_meow/production/sites/cakelampvm.com">
4   Options +ExecCGI +Indexes +FollowSymLinks +Includes +MultiViews
5   Require all granted
6 </Directory>
7
8 <VirtualHost *:443>
9         ServerName cakelampvm.com
10         ServerAlias www.cakelampvm.com
11         DocumentRoot /opt/feistymeow.org/feisty_meow/production/sites/cakelampvm.com
12         DirectoryIndex vm_index.html
13
14         ServerAdmin developer@localhost
15
16         ErrorLog ${APACHE_LOG_DIR}/error.log
17         CustomLog ${APACHE_LOG_DIR}/access.log combined
18
19         SSLEngine on
20
21         #   A self-signed (snakeoil) certificate can be created by installing
22         #   the ssl-cert package. See
23         #   /usr/share/doc/apache2/README.Debian.gz for more info.
24         #   If both key and certificate are stored in the same file, only the
25         #   SSLCertificateFile directive is needed.
26         SSLCertificateFile      /etc/ssl/certs/ssl-cert-snakeoil.pem
27         SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
28
29         <FilesMatch "\.(cgi|shtml|phtml|php)$">
30                         SSLOptions +StdEnvVars
31         </FilesMatch>
32         <Directory /usr/lib/cgi-bin>
33                         SSLOptions +StdEnvVars
34         </Directory>
35
36 </VirtualHost>
37