⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
apache2
/
sites-enabled
/
View File Name :
000-genie.aladinss.com.conf
<VirtualHost 109.199.105.153:80> SuexecUserGroup #1004 #1004 ServerName genie.aladinss.com ServerAlias www.genie.aladinss.com ServerAlias mail.genie.aladinss.com ServerAlias webmail.genie.aladinss.com ServerAlias admin.genie.aladinss.com DocumentRoot /home/genie/public_html ErrorLog /var/log/virtualmin/genie.aladinss.com_error_log CustomLog /var/log/virtualmin/genie.aladinss.com_access_log combined DirectoryIndex index.php index.htm index.html # Allow Let's Encrypt validation ProxyPass /.well-known ! # Forward all other traffic to Object Storage ProxyPreserveHost Off ProxyPass "/" "https://hel1.your-objectstorage.com/" ProxyPassReverse "/" "https://hel1.your-objectstorage.com/" <Directory /home/genie/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch Require all granted AllowOverride All </Directory> <Directory /home/genie/cgi-bin> Require all granted AllowOverride All </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.genie.aladinss.com RewriteRule ^/(?!.well-known)(.*)$ https://genie.aladinss.com:20000/ [R,L] RewriteCond %{HTTP_HOST} =admin.genie.aladinss.com RewriteRule ^/(?!.well-known)(.*)$ https://genie.aladinss.com:10000/ [R,L] RemoveHandler .php RemoveHandler .php8.1 <FilesMatch \.php$> SetHandler proxy:unix:/run/php/17534457463330849.sock|fcgi://127.0.0.1 </FilesMatch> RedirectMatch ^/awstats$ /awstats/ <Files awstats.pl> AuthName "genie.aladinss.com statistics" AuthType Basic AuthUserFile /home/genie/.awstats-htpasswd require valid-user </Files> </VirtualHost> <VirtualHost 109.199.105.153:443> SuexecUserGroup #1004 #1004 ServerName genie.aladinss.com ServerAlias www.genie.aladinss.com ServerAlias mail.genie.aladinss.com ServerAlias webmail.genie.aladinss.com ServerAlias admin.genie.aladinss.com DocumentRoot /home/genie/public_html ErrorLog /var/log/virtualmin/genie.aladinss.com_error_log CustomLog /var/log/virtualmin/genie.aladinss.com_access_log combined DirectoryIndex index.php index.htm index.html # Temporary: Disable SSL certificate paths so Apache can start SSLEngine on SSLCertificateFile /etc/letsencrypt/live/genie.aladinss.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/genie.aladinss.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf # Enable SSL proxying (for HTTPS backend) SSLProxyEngine on SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off # Allow Let's Encrypt validation ProxyPass /.well-known ! # Forward all other traffic to Object Storage ProxyPreserveHost Off ProxyPass "/" "https://hel1.your-objectstorage.com/" ProxyPassReverse "/" "https://hel1.your-objectstorage.com/" <Directory /home/genie/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch Require all granted AllowOverride All </Directory> <Directory /home/genie/cgi-bin> Require all granted AllowOverride All </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.genie.aladinss.com RewriteRule ^/(?!.well-known)(.*)$ https://genie.aladinss.com:20000/ [R,L] RewriteCond %{HTTP_HOST} =admin.genie.aladinss.com RewriteRule ^/(?!.well-known)(.*)$ https://genie.aladinss.com:10000/ [R,L] # Disable local PHP (proxy only) RemoveHandler .php RemoveHandler .php8.1 RedirectMatch ^/awstats$ /awstats/ <Files awstats.pl> AuthName "genie.aladinss.com statistics" AuthType Basic AuthUserFile /home/genie/.awstats-htpasswd require valid-user </Files> </VirtualHost>