| Server IP : 89.117.53.150 / Your IP : 216.73.216.11 Web Server : Apache System : Linux server2.hostofiraq.site 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : iscmbt-kufa-atu ( 1014) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/apache2/sites-enabled/ |
Upload File : |
<VirtualHost *:80>
SuexecUserGroup #1016 #1009
ServerName aafmh.online
ServerAlias www.aafmh.online
ServerAlias mail.aafmh.online
ServerAlias webmail.aafmh.online
ServerAlias admin.aafmh.online
DocumentRoot /home/aafmh/public_html
ErrorLog /var/log/virtualmin/aafmh.online_error_log
CustomLog /var/log/virtualmin/aafmh.online_access_log combined
ScriptAlias /cgi-bin/ /home/aafmh/cgi-bin/
ScriptAlias /awstats /home/aafmh/cgi-bin/awstats.pl
DirectoryIndex index.php index.htm index.html
<Directory /home/aafmh/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
<Directory /home/aafmh/cgi-bin>
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
ProxyPass /.well-known !
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.aafmh.online
RewriteRule ^/(?!.well-known)(.*)$ https://aafmh.online:20000/ [R]
RewriteCond %{HTTP_HOST} =admin.aafmh.online
RewriteRule ^/(?!.well-known)(.*)$ https://aafmh.online:10000/ [R]
RemoveHandler .php
RemoveHandler .php8.1
RemoveHandler .php8.2
RedirectMatch ^/awstats$ /awstats/
<FilesMatch \.php$>
SetHandler proxy:unix:/run/php/17689752932544937.sock|fcgi://127.0.0.1
</FilesMatch>
<Files awstats.pl>
AuthName "aafmh.online statistics"
AuthType Basic
AuthUserFile /home/aafmh/.awstats-htpasswd
require valid-user
</Files>
RewriteCond %{SERVER_NAME} =admin.aafmh.online [OR]
RewriteCond %{SERVER_NAME} =webmail.aafmh.online [OR]
RewriteCond %{SERVER_NAME} =www.aafmh.online [OR]
RewriteCond %{SERVER_NAME} =aafmh.online [OR]
RewriteCond %{SERVER_NAME} =mail.aafmh.online
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
<VirtualHost *:443>
SuexecUserGroup #1016 #1009
ServerName aafmh.online
ServerAlias www.aafmh.online
ServerAlias mail.aafmh.online
ServerAlias webmail.aafmh.online
ServerAlias admin.aafmh.online
DocumentRoot /home/aafmh/public_html
ErrorLog /var/log/virtualmin/aafmh.online_error_log
CustomLog /var/log/virtualmin/aafmh.online_access_log combined
ScriptAlias /cgi-bin/ /home/aafmh/cgi-bin/
ScriptAlias /awstats /home/aafmh/cgi-bin/awstats.pl
DirectoryIndex index.php index.htm index.html
<Directory /home/aafmh/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
<Directory /home/aafmh/cgi-bin>
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
ProxyPass /.well-known !
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.aafmh.online
RewriteRule ^/(?!.well-known)(.*)$ https://aafmh.online:20000/ [R]
RewriteCond %{HTTP_HOST} =admin.aafmh.online
<FilesMatch \.php$>
SetHandler proxy:unix:/run/php/17689752932544937.sock|fcgi://127.0.0.1
</FilesMatch>
RewriteRule ^/(?!.well-known)(.*)$ https://aafmh.online:10000/ [R]
RemoveHandler .php
RemoveHandler .php8.1
RemoveHandler .php8.2
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
RedirectMatch ^/awstats$ /awstats/
<Files awstats.pl>
AuthName "aafmh.online statistics"
AuthType Basic
AuthUserFile /home/aafmh/.awstats-htpasswd
require valid-user
</Files>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCACertificateFile /etc/ssl/virtualmin/17689752932544937/ssl.ca
SSLCertificateFile /etc/letsencrypt/live/aafmh.online-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/aafmh.online-0001/privkey.pem
</VirtualHost>