Current File : //var/lib/letsencrypt/temp_checkpoint/ms.obaba.in.conf_25
# DOMAIN: ms.obaba.in
<virtualhost *:80>
ServerName ms.obaba.in
ServerAlias  www.ms.obaba.in
ServerAdmin info@obaba.in
DocumentRoot "/home/obabain/public_html/ms_obaba_in"
ProxyRequests off
ProxyPreserveHost On
ProxyPass / http://ms.obaba.in:8080/
ProxyPassReverse / http://ms.obaba.in:8080/
ProxyRequests off
ProxyPreserveHost On
ProxyPass / http://ms.obaba.in:8080/
ProxyPassReverse / http://ms.obaba.in:8080/
<Proxy *>
  AllowOverride All
Require all granted
 </Proxy>
php_admin_value open_basedir "/home/obabain/public_html/ms_obaba_in:/var/sentora/temp/:/tmp/"
#ErrorLog "/var/sentora/logs/domains/obabain/ms.obaba.in-error.log" 
#CustomLog "/var/sentora/logs/domains/obabain/ms.obaba.in-access.log" combined
#CustomLog "/var/sentora/logs/domains/obabain/ms.obaba.in-bandwidth.log" common
Redirect /webmail https://vps.obaba.shop:2095
Redirect /webmail/ https://vps.obaba.shop:2095
Redirect /whm https://vps.obaba.shop:2086/?access=whm
Redirect /whm/ https://vps.obaba.shop:2086/?access=whm
Redirect /cpanel https://vps.obaba.shop:2082/?access=cpanel
Redirect /cpanel/ https://vps.obaba.shop:2082/?access=cpanel
###!!!<FilesMatch \.php$>
###!!!SetHandler fcgid-script
###!!!</FilesMatch>
<Directory "/home/obabain/public_html/ms_obaba_in">
  Options +FollowSymLinks -Indexes +ExecCGI
  ###!!!AddHandler fcgid-script .php
  ###!!!FCGIWrapper /var/www/php-fcgi-scripts/php56/php-fcgi-starter .php
  AllowOverride All
    Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)

# Custom VH settings (if any exist)
#RewriteEngine on
#RewriteCond %{SERVER_NAME} =www.ms.obaba.in [OR]
#RewriteCond %{SERVER_NAME} =ms.obaba.in
#RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</virtualhost>
# END DOMAIN: ms.obaba.in
################################################################