| Current Path : /etc/apache2.bak/sites.bak/ |
| Current File : //etc/apache2.bak/sites.bak/dvs-le-ssl.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName dvs.dynaweb4.work
DocumentRoot /var/www/html/dvs/www
ErrorLog /var/log/apache2/dvs.error.log
CustomLog /var/log/apache2/dvs.access.log combined
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directory "/var/www/html/dvs/www/uploads">
<FilesMatch "\.php$">
SetHandler none
SetHandler default-handler
Options -ExecCGI
RemoveHandler .php
php_flag engine off
</FilesMatch>
</Directory>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/mycoast.dynaweb4.work/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/mycoast.dynaweb4.work/privkey.pem
</VirtualHost>
</IfModule>
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerName dvs.dynaweb4.work
DocumentRoot /var/www/html/dvs/www
ErrorLog /var/log/apache2/dvs.error.log
CustomLog /var/log/apache2/dvs.access.log combined
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
</IfModule>