Current File : //etc/sentora/configs/apache/domains_hold/app.bowringcluberp.com.conf
# DOMAIN: app.bowringcluberp.com
<virtualhost *:80>
ServerName app.bowringcluberp.com
ServerAlias  www.app.bowringcluberp.com
ServerAdmin obaba2018@GMAIL.COM
DocumentRoot "/home/bowringcl/public_html/app_bowringcluberp_com"
php_admin_value open_basedir "/home/bowringcl/public_html:/var/sentora/temp/:/tmp/"
#ErrorLog "/var/sentora/logs/domains/bowringcl/app.bowringcluberp.com-error.log" 
#CustomLog "/var/sentora/logs/domains/bowringcl/app.bowringcluberp.com-access.log" combined
#CustomLog "/var/sentora/logs/domains/bowringcl/app.bowringcluberp.com-bandwidth.log" common
Redirect /webmail http://app.bowringcluberp.com:2095
Redirect /webmail/ http://app.bowringcluberp.com:2095
Redirect /whm http://app.bowringcluberp.com:2086/?access=whm
Redirect /whm/ http://app.bowringcluberp.com:2086/?access=whm
Redirect /cpanel http://app.bowringcluberp.com:2082/?access=cpanel
Redirect /cpanel/ http://app.bowringcluberp.com:2082/?access=cpanel
SecRuleEngine On
SecRequestBodyAccess On
SecTmpSaveUploadedFiles On
###!!!<FilesMatch \.php$>
###!!!SetHandler fcgid-script
###!!!</FilesMatch>
<Directory "/home/bowringcl/public_html/app_bowringcluberp_com">
  Options -FollowSymLinks -Indexes +ExecCGI
  ###!!!AddHandler fcgid-script .php
  ###!!!FCGIWrapper /etc/sentora/configs/apache/fcgi-config/app.bowringcluberp.com .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: app.bowringcluberp.com
################################################################