|
- <VirtualHost 103.195.6.218:80>
- SuexecUserGroup "#1003" "#1003"
- ServerName rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias www.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias mail.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias webmail.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias admin.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- DocumentRoot /home/rpn/public_html
- ErrorLog /var/log/virtualmin/rpn.supertraderfx.ayvwd8em49pvoa3g.com_error_log
- CustomLog /var/log/virtualmin/rpn.supertraderfx.ayvwd8em49pvoa3g.com_access_log combined
- ScriptAlias /cgi-bin/ /home/rpn/cgi-bin/
- DirectoryIndex index.html index.htm index.php index.php4 index.php5
-
-
- ProxyPreserveHost On
- ProxyPass / http://localhost:8080/
- ProxyPassReverse / http://localhost:8080/
- <Directory /home/rpn/public_html>
- Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
- allow from all
- AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
- Require all granted
- AddType application/x-httpd-php .php
- AddHandler fcgid-script .php
- AddHandler fcgid-script .php7.3
- FCGIWrapper /home/rpn/fcgi-bin/php7.3.fcgi .php
- FCGIWrapper /home/rpn/fcgi-bin/php7.3.fcgi .php7.3
- </Directory>
- <Directory /home/rpn/cgi-bin>
- allow from all
- AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
- Require all granted
- </Directory>
- RewriteEngine on
- RewriteCond %{HTTP_HOST} =webmail.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- RewriteRule ^(.*) https://rpn.supertraderfx.ayvwd8em49pvoa3g.com:20000/ [R]
- RewriteCond %{HTTP_HOST} =admin.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- RewriteRule ^(.*) https://rpn.supertraderfx.ayvwd8em49pvoa3g.com:10000/ [R]
- RemoveHandler .php
- RemoveHandler .php7.3
- FcgidMaxRequestLen 1073741824
- </VirtualHost>
- <VirtualHost 103.195.6.218:443>
- SuexecUserGroup "#1003" "#1003"
- ServerName rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias www.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias mail.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias webmail.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- ServerAlias admin.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- DocumentRoot /home/rpn/public_html
- ErrorLog /var/log/virtualmin/rpn.supertraderfx.ayvwd8em49pvoa3g.com_error_log
- CustomLog /var/log/virtualmin/rpn.supertraderfx.ayvwd8em49pvoa3g.com_access_log combined
- ScriptAlias /cgi-bin/ /home/rpn/cgi-bin/
- DirectoryIndex index.html index.htm index.php index.php4 index.php5
-
- ProxyPreserveHost On
- ProxyPass / http://localhost:8080/
- ProxyPassReverse / http://localhost:8080/
-
-
- <Directory /home/rpn/public_html>
- Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
- allow from all
- AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
- Require all granted
- AddType application/x-httpd-php .php
- AddHandler fcgid-script .php
- AddHandler fcgid-script .php7.3
- FCGIWrapper /home/rpn/fcgi-bin/php7.3.fcgi .php
- FCGIWrapper /home/rpn/fcgi-bin/php7.3.fcgi .php7.3
- </Directory>
- <Directory /home/rpn/cgi-bin>
- allow from all
- AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
- Require all granted
- </Directory>
- RewriteEngine on
- RewriteCond %{HTTP_HOST} =webmail.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- RewriteRule ^(.*) https://rpn.supertraderfx.ayvwd8em49pvoa3g.com:20000/ [R]
- RewriteCond %{HTTP_HOST} =admin.rpn.supertraderfx.ayvwd8em49pvoa3g.com
- RewriteRule ^(.*) https://rpn.supertraderfx.ayvwd8em49pvoa3g.com:10000/ [R]
- RemoveHandler .php
- RemoveHandler .php7.3
- FcgidMaxRequestLen 1073741824
- SSLEngine on
- SSLCertificateFile /home/rpn/ssl.cert
- SSLCertificateKeyFile /home/rpn/ssl.key
- SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
- </VirtualHost>
|