| 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-available/ |
Upload File : |
<VirtualHost 167.99.254.82:80>
SuexecUserGroup #1006 #1006
ServerName fycorps.com
ServerAlias www.fycorps.com
ServerAlias mail.fycorps.com
ServerAlias webmail.fycorps.com
ServerAlias admin.fycorps.com
DocumentRoot /home/fycorps/public_html
ErrorLog /var/log/virtualmin/fycorps.com_error_log
CustomLog /var/log/virtualmin/fycorps.com_access_log combined
ScriptAlias /cgi-bin/ /home/fycorps/cgi-bin/
ScriptAlias /awstats /home/fycorps/cgi-bin/awstats.pl
DirectoryIndex index.php index.htm index.html
<Directory /home/fycorps/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
<Directory /home/fycorps/cgi-bin>
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
ProxyPass /.well-known !
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.fycorps.com
RewriteRule ^/(?!.well-known)(.*)$ https://fycorps.com:20000/ [R]
RewriteCond %{HTTP_HOST} =admin.fycorps.com
RewriteRule ^/(?!.well-known)(.*)$ https://fycorps.com:10000/ [R]
RemoveHandler .php
RemoveHandler .php8.1
<FilesMatch \.php$>
SetHandler proxy:unix:/run/php/174583389320121.sock|fcgi://127.0.0.1
</FilesMatch>
RedirectMatch ^/awstats$ /awstats/
<Files awstats.pl>
AuthName "fycorps.com statistics"
AuthType Basic
AuthUserFile /home/fycorps/.awstats-htpasswd
require valid-user
</Files>
RewriteCond %{HTTPS} off
RewriteRule ^/(?!.well-known)(.*)$ https://%{HTTP_HOST}/$1 [R]
</VirtualHost>
<VirtualHost 167.99.254.82:443>
SuexecUserGroup #1006 #1006
ServerName fycorps.com
ServerAlias www.fycorps.com
ServerAlias mail.fycorps.com
ServerAlias webmail.fycorps.com
ServerAlias admin.fycorps.com
DocumentRoot /home/fycorps/public_html
ErrorLog /var/log/virtualmin/fycorps.com_error_log
CustomLog /var/log/virtualmin/fycorps.com_access_log combined
ScriptAlias /cgi-bin/ /home/fycorps/cgi-bin/
ScriptAlias /awstats /home/fycorps/cgi-bin/awstats.pl
DirectoryIndex index.php index.htm index.html
<Directory /home/fycorps/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
<Directory /home/fycorps/cgi-bin>
Require all granted
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
</Directory>
ProxyPass /.well-known !
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.fycorps.com
RewriteRule ^/(?!.well-known)(.*)$ https://fycorps.com:20000/ [R]
RewriteCond %{HTTP_HOST} =admin.fycorps.com
RewriteRule ^/(?!.well-known)(.*)$ https://fycorps.com:10000/ [R]
RemoveHandler .php
RemoveHandler .php8.1
<FilesMatch \.php$>
SetHandler proxy:unix:/run/php/174583389320121.sock|fcgi://127.0.0.1
</FilesMatch>
SSLEngine on
SSLCertificateFile /etc/ssl/virtualmin/174583389320121/ssl.cert
SSLCertificateKeyFile /etc/ssl/virtualmin/174583389320121/ssl.key
SSLProtocol +TLSv1.2 +TLSv1.3
RedirectMatch ^/awstats$ /awstats/
<Files awstats.pl>
AuthName "fycorps.com statistics"
AuthType Basic
AuthUserFile /home/fycorps/.awstats-htpasswd
require valid-user
</Files>
SSLCACertificateFile /etc/ssl/virtualmin/174583389320121/ssl.ca
</VirtualHost>