rendered paste body<VirtualHost *:443>
ServerAdmin xxxxxxxxxx
ServerName xxxxxxxxxxxxxxxxx
ServerAlias xxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx
DocumentRoot /xxxxx/
<Directory /xxxxxxxxxxxxx/ >
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
SSLRequireSSL
Allow from all
</Directory>
ErrorLog /xxxxxxxxx/logs/apache2/uubay-error.log
LogLevel warn
CustomLog /xxxxxxxxx/logs/apache2/uubay-access.log combined
CustomLog "/xxxxxxxxxx/apache2/universal-access.log" combined
SSLEngine on
SSLOptions +StrictRequire
SSLVerifyClient none
# SSLVerifyDepth 1
SSLCACertificateFile /etc/apache2/certs/class3.crt
SSLCertificateFile /etc/apache2/certs/uu.crt
SSLCertificateKeyFile /etc/apache2/certs/uu.pem
</VirtualHost>