Your IP : 216.73.216.79


Current Path : /etc/apache2.bak/sites-available/
Upload File :
Current File : //etc/apache2.bak/sites-available/intranetdbklv2-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName intranetdbklv2.dynaweb4.work
    DocumentRoot /var/www/html/intranetdbklv2/www
    ErrorLog /var/log/apache2/intranetdbklv2.error.log
    CustomLog /var/log/apache2/intranetdbklv2.access.log combined
<Directory /var/www/>
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.

# RewriteCond %{SERVER_NAME} =www.dynaweb4.work [OR]
# RewriteCond %{SERVER_NAME} =intranetdbklv2.dynaweb4.work
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

SSLCertificateFile /etc/letsencrypt/live/intranetdbklv2.dynaweb4.work/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/intranetdbklv2.dynaweb4.work/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>