2024-03-26 13:42:03 -07:00
|
|
|
<IfModule mod_ssl.c>
|
|
|
|
<VirtualHost _default_:443>
|
|
|
|
ServerAdmin webmaster@localhost
|
|
|
|
DocumentRoot /srv/www/html
|
|
|
|
#LogLevel info ssl:warn
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
|
|
SSLEngine on
|
|
|
|
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
|
|
|
|
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
|
|
|
SSLOptions +StdEnvVars
|
|
|
|
</FilesMatch>
|
|
|
|
<Directory /usr/lib/cgi-bin>
|
|
|
|
SSLOptions +StdEnvVars
|
|
|
|
</Directory>
|
2024-06-14 10:16:40 -07:00
|
|
|
#Include /etc/mailman3/apache.conf
|
2024-03-26 13:42:03 -07:00
|
|
|
</VirtualHost>
|
|
|
|
</IfModule>
|