Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
apache2
/
sites-enabled
/
Filename :
islaam.net.conf
back
Copy
<VirtualHost *:80> ServerName islaam.net ServerAlias www.islaam.net # Drop all those fake shopdetail requests RedirectMatch 410 ^/shopdetail/[0-9]+\.shtml$ RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] </VirtualHost> <VirtualHost *:443> ServerName islaam.net ServerAlias www.islaam.net DocumentRoot /var/www/islaam.net/public_html # Drop all those fake shopdetail requests RedirectMatch 410 ^/shopdetail/[0-9]+\.shtml$ <Directory /var/www/islaam.net/public_html> Options FollowSymLinks AllowOverride All Require all granted </Directory> # Enable HTTP/2 for better performance Protocols h2 h2c http/1.1 # Logging ErrorLog ${APACHE_LOG_DIR}/islaam.net_error.log CustomLog ${APACHE_LOG_DIR}/islaam.net_access.log combined # SSL Configuration Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/islaam.net/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/islaam.net/privkey.pem # PHP-FPM Configuration <FilesMatch "\.php$"> SetHandler "proxy:unix:/run/php/php8.2-fpm.sock|fcgi://localhost" </FilesMatch> </VirtualHost>