| Server IP : 167.99.254.82 / Your IP : 216.73.216.76 Web Server : Apache System : Linux host.techisquad.com 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 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 167.99.254.82:80>
ServerName host.techisquad.com
DocumentRoot /home/._default_hostname/public_html
ErrorLog /var/log/virtualmin/host.techisquad.com_error_log
CustomLog /var/log/virtualmin/host.techisquad.com_access_log combined
ScriptAlias /cgi-bin/ /home/._default_hostname/cgi-bin/
DirectoryIndex index.php index.htm index.html
<Directory /home/._default_hostname/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
AddType text/plain .php
</Directory>
<Directory /home/._default_hostname/cgi-bin>
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
RemoveHandler .php
</VirtualHost>
<VirtualHost 167.99.254.82:443>
ServerName host.techisquad.com
DocumentRoot /home/._default_hostname/public_html
ErrorLog /var/log/virtualmin/host.techisquad.com_error_log
CustomLog /var/log/virtualmin/host.techisquad.com_access_log combined
ScriptAlias /cgi-bin/ /home/._default_hostname/cgi-bin/
DirectoryIndex index.php index.htm index.html
<Directory /home/._default_hostname/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
AddType text/plain .php
</Directory>
<Directory /home/._default_hostname/cgi-bin>
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
RemoveHandler .php
SSLEngine on
SSLCertificateFile /etc/ssl/virtualmin/172503508152339/ssl.cert
SSLCertificateKeyFile /etc/ssl/virtualmin/172503508152339/ssl.key
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCACertificateFile /etc/ssl/virtualmin/172503508152339/ssl.ca
</VirtualHost>