OXIESEC PANEL
- Current Dir:
/
/
etc
/
apache2
/
sites-available
/
bk
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/03/2025 09:20:39 AM
rwxr-xr-x
📄
_139.59.38.164.conf1
264 bytes
02/10/2020 07:36:32 AM
rw-r--r--
📄
_cream-le-ssl.conf1
3.09 KB
05/26/2021 06:15:23 AM
rw-r--r--
📄
_cream.conf1
358 bytes
07/10/2023 12:28:55 PM
rw-r--r--
📄
_cream.conf\
240 bytes
02/11/2020 08:24:07 AM
rw-r--r--
📄
_default-ssl.conf1
6.19 KB
07/16/2019 06:14:45 PM
rw-r--r--
📄
_your_domain.conf1
252 bytes
02/10/2020 09:26:52 AM
rw-r--r--
Editing: _cream-le-ssl.conf1
Close
<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName cream ServerAlias knoblycream.com www.knoblycream.com DocumentRoot /var/www/cream ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined #RewriteEngine on #RewriteCond %{SERVER_NAME} =knoblycream.com [OR] #RewriteCond %{SERVER_NAME} =cream [OR] #RewriteCond %{SERVER_NAME} =www.knoblycream.com #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] Include /etc/letsencrypt/options-ssl-apache.conf ServerAlias nextelement.knoblycream.com ServerAlias content.bizprout.com SSLCertificateFile /etc/letsencrypt/live/knoblycream.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/knoblycream.com/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName cream ServerAlias knoblycream.com www.knoblycream.com nextelement.knoblycream.com DocumentRoot /var/www/cream 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} =cream [OR] # RewriteCond %{SERVER_NAME} =knoblycream.com [OR] # RewriteCond %{SERVER_NAME} =www.knoblycream.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName cream ServerAlias knoblycream.com www.knoblycream.com nextelement.knoblycream.com content.bizproutx.com content.bizprout.com DocumentRoot /var/www/cream 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} =cream [OR] # RewriteCond %{SERVER_NAME} =knoblycream.com [OR] # RewriteCond %{SERVER_NAME} =www.knoblycream.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName cream ServerAlias knoblycream.com www.knoblycream.com nextelement.knoblycream.com content.bizproutx.com content.bizprout.com DocumentRoot /var/www/cream 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} =cream [OR] # RewriteCond %{SERVER_NAME} =knoblycream.com [OR] # RewriteCond %{SERVER_NAME} =www.knoblycream.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] SSLCertificateFile /etc/letsencrypt/live/knoblycream.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/knoblycream.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> </IfModule>