Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
apache2
/
sites-enabled
/
Filename :
thomaskeith.school.conf
back
Copy
<VirtualHost *:80> ServerName old2022.thomaskeith.school DocumentRoot /var/www/thomaskeith.school/public_html2/ <Directory /var/www/thomaskeith.school/public_html2> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> # <FilesMatch \.php$> # SetHandler "proxy:unix:/var/run/php/php8.2-fpm.sock|fcgi://localhost" # </FilesMatch> # ErrorLog ${APACHE_LOG_DIR}/thomaskeith.school_error.log CustomLog ${APACHE_LOG_DIR}/thomaskeith.school_access.log combined RewriteEngine on # RewriteCond %{SERVER_NAME} =thomaskeith.school [OR] RewriteCond %{SERVER_NAME} =old2022.thomaskeith.school RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> <IfModule mod_ssl.c> <VirtualHost *:443> ServerName old2022.thomaskeith.school DocumentRoot /var/www/thomaskeith.school/public_html2/ <Directory /var/www/thomaskeith.school/public_html2> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> # <FilesMatch \.php$> # SetHandler "proxy:unix:/var/run/php/php8.2-fpm.sock|fcgi://localhost" # </FilesMatch> ErrorLog ${APACHE_LOG_DIR}/thomaskeith.school_error.log CustomLog ${APACHE_LOG_DIR}/thomaskeith.school_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} =thomaskeith.school [OR] # RewriteCond %{SERVER_NAME} =www.thomaskeith.school # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/old2022.thomaskeith.school/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/old2022.thomaskeith.school/privkey.pem </VirtualHost> </IfModule>