File: //proc/1703806/root/etc/apache2/sites-enabled/evaluaciones.bradfordsc.conf
<VirtualHost *:80>
ServerName evaluaciones.bradfordsc.cl
DocumentRoot /var/www/wp_evaluaciones
<Directory /var/www/wp_evaluaciones>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/evaluaciones_error.log
CustomLog ${APACHE_LOG_DIR}/evaluaciones_access.log combined
</VirtualHost>
<VirtualHost *:443>
ServerName evaluaciones.bradfordsc.cl
DocumentRoot /var/www/wp_evaluaciones
<Directory /var/www/wp_evaluaciones>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
SSLEngine on
SSLCertificateFile /etc/ssl/bradfordsc/bradfordsc_cl.crt
SSLCertificateKeyFile /etc/ssl/bradfordsc/bradfordsc_cl.key
SSLCertificateChainFile /etc/ssl/bradfordsc/bradfordsc_cl.ca-bundle
ErrorLog ${APACHE_LOG_DIR}/evaluaciones_ssl_error.log
CustomLog ${APACHE_LOG_DIR}/evaluaciones_ssl_access.log combined
</VirtualHost>