OXIESEC PANEL
- Current Dir:
/
/
etc
/
apache2
/
sites-enabled
/
bk
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/19/2025 04:24:35 PM
rwxr-xr-x
📄
_businessgyan.conf
285 bytes
07/10/2023 12:10:55 PM
rw-r--r--
📄
archive-cream-ssl.conf
6.28 KB
06/01/2023 06:10:25 AM
rw-r--r--
📄
bizproutx-le-ssl.conf
489 bytes
06/04/2025 04:45:16 AM
rw-r--r--
📄
bizproutx.conf
448 bytes
06/04/2025 04:45:17 AM
rw-r--r--
📄
cream-ssl.conf
6.28 KB
07/10/2023 12:10:56 PM
rw-r--r--
📄
cream-ssl.conf~
6.27 KB
07/10/2023 12:10:54 PM
rw-r--r--
📄
cream_education-ssl.conf
535 bytes
07/10/2023 12:10:53 PM
rw-r--r--
📄
cream_education.conf
369 bytes
07/10/2023 12:10:54 PM
rw-r--r--
📄
elearn_pvv-le-ssl.conf
496 bytes
07/10/2023 12:10:54 PM
rw-r--r--
📄
elearn_pvv.conf
439 bytes
07/10/2023 12:10:54 PM
rw-r--r--
📄
z_cream_other-le-ssl.conf
1.79 KB
07/10/2023 12:10:55 PM
rw-r--r--
📄
z_cream_other.conf
635 bytes
07/10/2023 12:10:55 PM
rw-r--r--
Editing: z_cream_other-le-ssl.conf
Close
<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName cream ServerAlias 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 %{HTTPS} off # RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/content.bizprout.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/content.bizprout.com/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName cream ServerAlias content.bizproutx.com content.bizprout.com blog.sapphire-tech.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 %{HTTPS} off # RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] # RewriteCond %{SERVER_NAME} =cream [OR] # RewriteCond %{SERVER_NAME} =content.bizproutx.com [OR] # RewriteCond %{SERVER_NAME} =content.bizprout.com [OR] # RewriteCond %{SERVER_NAME} =elearn.pvvschool.com # RewriteCond %{SERVER_NAME} =blog.sapphire-tech.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] SSLCertificateFile /etc/letsencrypt/live/content.bizprout.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/content.bizprout.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> </IfModule>