![]() Server : Apache/2.4.52 (Ubuntu) System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.21 Disable Function : NONE Directory : /var/lib/letsencrypt/backups/1711744837.2212524/ |
<IfModule mod_ssl.c> <VirtualHost *:443> ServerName theprintave.ca ServerAlias www.theprintave.ca ServerAdmin admin@theprintave.ca DocumentRoot /var/www/theprintave # ErrorLog ${APACHE_LOG_DIR}/error.log # CustomLog ${APACHE_LOG_DIR}/access.log combined 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.theprintave.ca [OR] # RewriteCond %{SERVER_NAME} =theprintave.ca # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/theprintave.ca/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/theprintave.ca/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:443> ServerName famouschickenpizzaanddonair.com ServerAlias www.famouschickenpizzaanddonair.com ServerAdmin admin@famouschickenpizzaanddonair.com DocumentRoot /var/www/famchicpd # ErrorLog ${APACHE_LOG_DIR}/error.log # CustomLog ${APACHE_LOG_DIR}/access.log combined 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.famouschickenpizzaanddonair.com [OR] # RewriteCond %{SERVER_NAME} =famouschickenpizzaanddonair.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/famouschickenpizzaanddonair.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/famouschickenpizzaanddonair.com/privkey.pem </VirtualHost> </IfModule>