Current File : //etc/zpanel/configs/apache/domains_bk210119/v.obaba.in.conf |
# DOMAIN: v.obaba.in
<virtualhost *:80>
ServerName v.obaba.in
ServerAlias www.v.obaba.in
ServerAdmin info@obaba.in
DocumentRoot "/home/obabain/public_html/v_obaba_in"
###!!!ProxyRequests off
###!!!ProxyPreserveHost On
###!!!ProxyPass / http://v.obaba.in:8080/
###!!!ProxyPassReverse / http://v.obaba.in:8080/
<Proxy *>
AllowOverride All
Require all granted
</Proxy>
php_admin_value open_basedir "/home/obabain/public_html/v_obaba_in:/var/sentora/temp/:/tmp/"
ErrorLog "/var/sentora/logs/domains/obabain/v.obaba.in-error.log"
CustomLog "/var/sentora/logs/domains/obabain/v.obaba.in-access.log" combined
CustomLog "/var/sentora/logs/domains/obabain/v.obaba.in-bandwidth.log" common
Redirect /webmail http://v.obaba.in:2095
Redirect /webmail/ http://v.obaba.in:2095
Redirect /whm http://v.obaba.in:2086/?access=whm
Redirect /whm/ http://v.obaba.in:2086/?access=whm
Redirect /cpanel http://v.obaba.in:2082/?access=cpanel
Redirect /cpanel/ http://v.obaba.in:2082/?access=cpanel
###!!!<FilesMatch \.php$>
###!!!SetHandler fcgid-script
###!!!</FilesMatch>
<Directory "/home/obabain/public_html/v_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
ErrorDocument 510 /_errorpages/510.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 403 /_errorpages/403.html
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)
</virtualhost>
# END DOMAIN: v.obaba.in
################################################################