Sindbad~EG File Manager
| Current Path : /tmp/ |
|
|
| Current File : //tmp/18684._LOCAL_CPANEL_SCRIPTS_MIGRATE_EA3_TO_EA4__.cd48445a.tmp |
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# DO NOT EDIT. AUTOMATICALLY GENERATED. USE INCLUDE FILES IF YOU NEED TO MAKE A CHANGE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# Direct modifications to the Apache configuration file WILL be lost upon subsequent
# regeneration of this configuration file, or an Apache update.
#
# To have your modifications retained, you should create/edit administrator-specific
# include files:
#
# /etc/apache2/conf.d/includes/pre_main_global.conf
# /etc/apache2/conf.d/includes/pre_virtualhost_global.conf
# /etc/apache2/conf.d/includes/post_virtualhost_global.conf
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
##################################################
##################################################
#
# cPanel & WHM controlled Apache configuration
#
##################################################
##################################################
Include "/etc/apache2/conf.modules.d/*.conf"
# Administrator locations for safely altering httpd.conf
Include "/etc/apache2/conf.d/includes/pre_main_global.conf"
# These are hard-coded values that are required by cPanel & WHM
PidFile /run/apache2/httpd.pid
User nobody
Group nobody
ExtendedStatus On
LogLevel warn
# You can change this by using WHM, and navigating to the 'Basic WebHost ManagerĀ® Setup' -> 'Contact Information' interface.
ServerAdmin notifications@notifications.mysau.com.au
# You can change this by using WHM, and navigating to the 'Networking Setup' => 'Change Hostname' interface.
ServerName iai.iais.com.au
# You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'Global Configuration' interface.
ServerSignature Off
<Directory "/">
AllowOverride All
Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes SymLinksIfOwnerMatch
</Directory>
<IfModule prefork.c>
</IfModule>
Timeout 300
# You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'DirectoryIndex Priority' interface.
<IfModule dir_module>
DirectoryIndex index.html.var index.htm index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.php index.phtml default.htm default.html home.htm index.php5 Default.html Default.htm home.html
</IfModule>
# You can change this by using WHM, and navigating to the 'Apache Configuration' -> 'Memory Usage Restrictions' interface.
# This setting is required by cPanel & WHM in order to provide access to a default webpage when none exists
<Directory "/var/www/html">
Options All
AllowOverride None
Require all granted
</Directory>
# Required cPanel security policy: Disallow remote access to .htaccess, .htpasswd, .user.ini, and php.ini files
<FilesMatch "^(\.ht(access|passwds?)|\.user\.ini|php\.ini)$">
Require all denied
</FilesMatch>
<IfModule alias_module>
ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAliasMatch ^/?webmail$ /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/?webmail/ /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi
ScriptAliasMatch ^/Autodiscover/Autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
ScriptAliasMatch ^/autodiscover/autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
Alias /bandwidth /usr/local/bandmin/htdocs/
Alias /img-sys /usr/local/cpanel/img-sys/
Alias /java-sys /usr/local/cpanel/java-sys/
Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/
ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/
</IfModule>
# This can be configured in the cPanel 'Leech Protection' interface.
<IfModule rewrite_module>
RewriteEngine on
RewriteMap LeechProtect prg:/usr/local/cpanel/bin/leechprotect
Mutex file:/run/apache2 rewrite-map
</IfModule>
<IfModule mime_module>
TypesConfig conf/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType text/html .shtml
AddType application/x-tar .tgz
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlc .wmlc
AddType application/vnd.wap.wmlscriptc .wmlsc
# These extensions are used to redirect incoming requests to WHM
AddHandler cgi-script .cgi .pl .plx .ppl .perl
# This is used for custom error documents
AddHandler server-parsed .shtml
</IfModule>
# You can change this by using WHM, and updating the 'Tweak Settings' -> 'System' -> 'Allow server-info' option.
<IfModule status_module>
# This is used by the WHM 'Apache Status' application
<Location /whm-server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Location>
</IfModule>
# Required cPanel security policy: disable userdir when mod_ruid2 or mpm_itk or mod_passenger are loaded
<IfModule userdir_module>
UserDir public_html
<IfModule ruid2_module>
UserDir disabled
</IfModule>
<IfModule mpm_itk.c>
UserDir disabled
</IfModule>
<IfModule mod_passenger.c>
UserDir disabled
</IfModule>
</IfModule>
<IfModule mod_log_config.c>
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedvhost
<IfModule logio_module>
LogFormat "%v %{%s}t %I .\n%v %{%s}t %O ." bytesvhost
</IfModule>
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
<IfModule logio_module>
CustomLog "|/usr/local/cpanel/bin/splitlogs --dir=/etc/apache2/logs/domlogs --main=iai.iais.com.au --suffix=-bytes_log" bytesvhost
</IfModule>
CustomLog "|/usr/local/cpanel/bin/splitlogs --dir=/etc/apache2/logs/domlogs --main=iai.iais.com.au --mainout=/etc/apache2/logs/access_log" combinedvhost
</IfModule>
# The Listen port can be updated using 'Tweak Settings' -> 'System',
# However, if you have any Apache Reserved IPs, then this Tweak setting will
# be ignored. Instead, each IP on your system (excluding Apache Reserved IPs)
# will be listed here.
Listen 0.0.0.0:80
Listen [::]:80
<IfModule ssl_module>
# cipher and protocol directives can be set in WHM under 'Apache Configuration' -> 'Global Configuration'
SSLPassPhraseDialog builtin
<IfModule socache_shmcb_module>
SSLUseStapling on
SSLStaplingCache shmcb:/run/apache2/stapling_cache_shmcb(256000)
# Prevent browsers from failing if an OCSP server is temporarily broken.
SSLStaplingReturnResponderErrors off
SSLStaplingErrorCacheTimeout 60
SSLStaplingFakeTryLater off
SSLStaplingResponderTimeout 3
SSLSessionCache shmcb:/run/apache2/ssl_gcache_data_shmcb(1024000)
</IfModule>
<IfModule !socache_shmcb_module>
SSLSessionCache dbm:/run/apache2/ssl_gcache_data_dbm
</IfModule>
SSLSessionCacheTimeout 300
Mutex file:/run/apache2 ssl-cache
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
# The Listen port can be updated using 'Tweak Settings' -> 'System',
# However, if you have any Apache Reserved IPs, then this Tweak setting will
# be ignored. Instead, each IP on your system (excluding Apache Reserved IPs)
# will be listed here.
Listen 0.0.0.0:443
Listen [::]:443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
</IfModule>
Include "/etc/apache2/conf.d/*.conf"
Include "/etc/apache2/conf.d/includes/account_suspensions.conf"
Include "/etc/apache2/conf.d/includes/errordocument.conf"
# Administrator locations for safely globally altering all virtualhost configurations
Include "/etc/apache2/conf.d/includes/pre_virtualhost_global.conf"
ProxyPass /___proxy_subdomain_ws_cpanel ws://127.0.0.1:2082 max=1 retry=0
ProxyPass /___proxy_subdomain_ws_whm ws://127.0.0.1:2086 max=1 retry=0
ProxyPass /___proxy_subdomain_ws_webmail ws://127.0.0.1:2095 max=1 retry=0
##################################################
##################################################
#
# Define default vhosts for shared IPs
#
##################################################
##################################################
<VirtualHost 127.0.0.1:80>
ServerName iai.iais.com.au
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<Directory "/">
AllowOverride All
</Directory>
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName iai.iais.com.au
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<Directory "/">
AllowOverride All
</Directory>
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName iai.iais.com.au
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<Directory "/">
AllowOverride All
</Directory>
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
<VirtualHost 221.121.155.108:80>
ServerName iai.iais.com.au
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<Directory "/">
AllowOverride All
</Directory>
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
<VirtualHost 221.121.155.109:80>
ServerName iai.iais.com.au
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<Directory "/">
AllowOverride All
</Directory>
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
##################################################
##################################################
#
# Define default vhosts for unbound IPs
#
##################################################
##################################################
<VirtualHost *>
ServerName iai.iais.com.au
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<Directory "/">
AllowOverride All
</Directory>
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
</VirtualHost>
##################################################
##################################################
#
# Define the virtual host configurtion for user domains
#
##################################################
##################################################
# BEGIN: HTTP vhosts list
<VirtualHost 221.121.155.106:80>
ServerName iais.com.au
ServerAlias mail.iais.com.au www.iais.com.au
DocumentRoot /home/wwwiaiscom/public_html
ServerAdmin webmaster@iais.com.au
UseCanonicalName Off
## User wwwiaiscom # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wwwiaiscom
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wwwiaiscom/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wwwiaiscom wwwiaiscom
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wwwiaiscom wwwiaiscom
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wwwiaiscom wwwiaiscom
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wwwiaiscom wwwiaiscom
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wwwiaiscom
PassengerGroup wwwiaiscom
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wwwiaiscom/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wwwiaiscom/iais.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName bintopia.com
ServerAlias mail.bintopia.com www.bintopia.com
DocumentRoot /home/bintopia/public_html
ServerAdmin webmaster@bintopia.com
UseCanonicalName Off
## User bintopia # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled bintopia
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/bintopia/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup bintopia bintopia
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup bintopia bintopia
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid bintopia bintopia
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID bintopia bintopia
</IfModule>
<IfModule mod_passenger.c>
PassengerUser bintopia
PassengerGroup bintopia
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/bintopia/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/bintopia/bintopia.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName celestial-g3.com
ServerAlias mail.celestial-g3.com www.celestial-g3.com
DocumentRoot /home/celestialg3/public_html
ServerAdmin webmaster@celestial-g3.com
UseCanonicalName Off
## User celestialg3 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled celestialg3
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/celestialg3/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup celestialg3 celestialg3
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup celestialg3 celestialg3
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid celestialg3 celestialg3
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID celestialg3 celestialg3
</IfModule>
<IfModule mod_passenger.c>
PassengerUser celestialg3
PassengerGroup celestialg3
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/celestialg3/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/celestialg3/celestial-g3.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName eventbinhire.com
ServerAlias mail.eventbinhire.com www.eventbinhire.com
DocumentRoot /home/eventbin/public_html
ServerAdmin webmaster@eventbinhire.com
UseCanonicalName Off
## User eventbin # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled eventbin
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/eventbin/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup eventbin eventbin
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup eventbin eventbin
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid eventbin eventbin
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID eventbin eventbin
</IfModule>
<IfModule mod_passenger.c>
PassengerUser eventbin
PassengerGroup eventbin
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/eventbin/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/eventbin/eventbinhire.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName inicancook.com
ServerAlias mail.inicancook.com www.inicancook.com
DocumentRoot /home/inicancook/public_html
ServerAdmin webmaster@inicancook.com
UseCanonicalName Off
## User inicancook # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled inicancook
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/inicancook/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup inicancook inicancook
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup inicancook inicancook
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid inicancook inicancook
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID inicancook inicancook
</IfModule>
<IfModule mod_passenger.c>
PassengerUser inicancook
PassengerGroup inicancook
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/inicancook/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/inicancook/inicancook.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName justbins.net.au
ServerAlias mail.justbins.net.au www.justbins.net.au
DocumentRoot /home/jbs123/public_html
ServerAdmin webmaster@justbins.net.au
UseCanonicalName Off
## User jbs123 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled jbs123
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/jbs123/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup jbs123 jbs123
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup jbs123 jbs123
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid jbs123 jbs123
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID jbs123 jbs123
</IfModule>
<IfModule mod_passenger.c>
PassengerUser jbs123
PassengerGroup jbs123
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/jbs123/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/jbs123/justbins.net.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName justbins.com.au
ServerAlias mail.justbins.com.au www.justbins.com.au
DocumentRoot /home/justbins/public_html
ServerAdmin webmaster@justbins.com.au
UseCanonicalName Off
## User justbins # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled justbins
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/justbins/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup justbins justbins
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup justbins justbins
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid justbins justbins
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID justbins justbins
</IfModule>
<IfModule mod_passenger.c>
PassengerUser justbins
PassengerGroup justbins
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/justbins/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/justbins/justbins.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName rgycfoundation.com
ServerAlias mail.rgycfoundation.com www.rgycfoundation.com
DocumentRoot /home/malcolm/public_html
ServerAdmin webmaster@rgycfoundation.com
UseCanonicalName Off
## User malcolm # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled malcolm
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/malcolm/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup malcolm malcolm
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup malcolm malcolm
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid malcolm malcolm
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID malcolm malcolm
</IfModule>
<IfModule mod_passenger.c>
PassengerUser malcolm
PassengerGroup malcolm
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/malcolm/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/malcolm/rgycfoundation.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName regattasafe.net
ServerAlias mail.regattasafe.net www.regattasafe.net
DocumentRoot /home/regattasafe/public_html
ServerAdmin webmaster@regattasafe.net
UseCanonicalName Off
## User regattasafe # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled regattasafe
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/regattasafe/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup regattasafe regattasafe
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup regattasafe regattasafe
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid regattasafe regattasafe
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID regattasafe regattasafe
</IfModule>
<IfModule mod_passenger.c>
PassengerUser regattasafe
PassengerGroup regattasafe
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/regattasafe/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/regattasafe/regattasafe.net/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName thetarottrust.com
ServerAlias mail.thetarottrust.com www.thetarottrust.com
DocumentRoot /home/thetarottrust/public_html
ServerAdmin webmaster@thetarottrust.com
UseCanonicalName Off
## User thetarottrust # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled thetarottrust
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/thetarottrust/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup thetarottrust thetarottrust
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup thetarottrust thetarottrust
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid thetarottrust thetarottrust
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID thetarottrust thetarottrust
</IfModule>
<IfModule mod_passenger.c>
PassengerUser thetarottrust
PassengerGroup thetarottrust
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/thetarottrust/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/thetarottrust/thetarottrust.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName virtuallandfill.com
ServerAlias mail.virtuallandfill.com www.virtuallandfill.com
DocumentRoot /home/virtuallandfill/public_html
ServerAdmin webmaster@virtuallandfill.com
UseCanonicalName Off
## User virtuallandfill # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled virtuallandfill
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/virtuallandfill/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup virtuallandfill virtuallandfill
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup virtuallandfill virtuallandfill
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid virtuallandfill virtuallandfill
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID virtuallandfill virtuallandfill
</IfModule>
<IfModule mod_passenger.c>
PassengerUser virtuallandfill
PassengerGroup virtuallandfill
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/virtuallandfill/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/virtuallandfill/virtuallandfill.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName virtualrecycling.com.au
ServerAlias mail.virtualrecycling.com.au www.virtualrecycling.com.au
DocumentRoot /home/virtualrecycling/public_html
ServerAdmin webmaster@virtualrecycling.com.au
UseCanonicalName Off
## User virtualrecycling # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled virtualrecycling
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/virtualrecycling/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup virtualrecycling virtualrecycling
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup virtualrecycling virtualrecycling
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid virtualrecycling virtualrecycling
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID virtualrecycling virtualrecycling
</IfModule>
<IfModule mod_passenger.c>
PassengerUser virtualrecycling
PassengerGroup virtualrecycling
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/virtualrecycling/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/virtualrecycling/virtualrecycling.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName wheeliebin.com.au
ServerAlias mail.wheeliebin.com.au www.wheeliebin.com.au
DocumentRoot /home/wbcomau/public_html
ServerAdmin webmaster@wheeliebin.com.au
UseCanonicalName Off
## User wbcomau # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbcomau
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wbcomau/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wbcomau wbcomau
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbcomau wbcomau
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbcomau wbcomau
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbcomau wbcomau
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbcomau
PassengerGroup wbcomau
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbcomau/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wbcomau/wheeliebin.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName wheeliebinhiregeelong.com.au
ServerAlias mail.wheeliebinhiregeelong.com.au www.wheeliebinhiregeelong.com.au
DocumentRoot /home/wbhgeelong/public_html
ServerAdmin webmaster@wheeliebinhiregeelong.com.au
UseCanonicalName Off
## User wbhgeelong # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbhgeelong
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wbhgeelong/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wbhgeelong wbhgeelong
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbhgeelong wbhgeelong
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbhgeelong wbhgeelong
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbhgeelong wbhgeelong
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbhgeelong
PassengerGroup wbhgeelong
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbhgeelong/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wbhgeelong/wheeliebinhiregeelong.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName wheeliebinhiremelbourne.com.au
ServerAlias mail.wheeliebinhiremelbourne.com.au www.wheeliebinhiremelbourne.com.au
DocumentRoot /home/wbhmelb/public_html
ServerAdmin webmaster@wheeliebinhiremelbourne.com.au
UseCanonicalName Off
## User wbhmelb # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbhmelb
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wbhmelb/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wbhmelb wbhmelb
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbhmelb wbhmelb
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbhmelb wbhmelb
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbhmelb wbhmelb
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbhmelb
PassengerGroup wbhmelb
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbhmelb/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wbhmelb/wheeliebinhiremelbourne.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName wheeliebinlifters.com
ServerAlias mail.wheeliebinlifters.com www.wheeliebinlifters.com
DocumentRoot /home/wblifters/public_html
ServerAdmin webmaster@wheeliebinlifters.com
UseCanonicalName Off
## User wblifters # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wblifters
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wblifters/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wblifters wblifters
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wblifters wblifters
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wblifters wblifters
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wblifters wblifters
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wblifters
PassengerGroup wblifters
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wblifters/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wblifters/wheeliebinlifters.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName wheeliebinsmelbourne.com.au
ServerAlias mail.wheeliebinsmelbourne.com.au www.wheeliebinsmelbourne.com.au
DocumentRoot /home/wbnsmelb/public_html
ServerAdmin webmaster@wheeliebinsmelbourne.com.au
UseCanonicalName Off
## User wbnsmelb # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbnsmelb
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wbnsmelb/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wbnsmelb wbnsmelb
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbnsmelb wbnsmelb
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbnsmelb wbnsmelb
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbnsmelb wbnsmelb
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbnsmelb
PassengerGroup wbnsmelb
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbnsmelb/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wbnsmelb/wheeliebinsmelbourne.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName wheeliebinsonline.com
ServerAlias mail.wheeliebinsonline.com www.wheeliebinsonline.com
DocumentRoot /home/wbsonline/public_html
ServerAdmin webmaster@wheeliebinsonline.com
UseCanonicalName Off
## User wbsonline # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbsonline
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wbsonline/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wbsonline wbsonline
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbsonline wbsonline
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbsonline wbsonline
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbsonline wbsonline
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbsonline
PassengerGroup wbsonline
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbsonline/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wbsonline/wheeliebinsonline.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName wheeliebins.net.au
ServerAlias mail.wheeliebins.net.au www.wheeliebins.net.au
DocumentRoot /home/wheeliebins/public_html
ServerAdmin webmaster@wheeliebins.net.au
UseCanonicalName Off
## User wheeliebins # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wheeliebins
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wheeliebins/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wheeliebins wheeliebins
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wheeliebins wheeliebins
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wheeliebins wheeliebins
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wheeliebins wheeliebins
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wheeliebins
PassengerGroup wheeliebins
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wheeliebins/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wheeliebins/wheeliebins.net.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName justbins.info
ServerAlias mail.justbins.info www.justbins.info
DocumentRoot /home/wwwjustbins/public_html
ServerAdmin webmaster@justbins.info
UseCanonicalName Off
## User wwwjustbins # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wwwjustbins
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/wwwjustbins/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup wwwjustbins wwwjustbins
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wwwjustbins wwwjustbins
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wwwjustbins wwwjustbins
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wwwjustbins wwwjustbins
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wwwjustbins
PassengerGroup wwwjustbins
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wwwjustbins/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/wwwjustbins/justbins.info/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName yachtsafetyaudit.com
ServerAlias mail.yachtsafetyaudit.com www.yachtsafetyaudit.com
DocumentRoot /home/yachtsafetyaudit/public_html
ServerAdmin webmaster@yachtsafetyaudit.com
UseCanonicalName Off
## User yachtsafetyaudit # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yachtsafetyaudit
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/yachtsafetyaudit/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup yachtsafetyaudit yachtsafetyaudit
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yachtsafetyaudit yachtsafetyaudit
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yachtsafetyaudit yachtsafetyaudit
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yachtsafetyaudit yachtsafetyaudit
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yachtsafetyaudit
PassengerGroup yachtsafetyaudit
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yachtsafetyaudit/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/yachtsafetyaudit/yachtsafetyaudit.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName yasmineaton.com
ServerAlias mail.yasmineaton.com www.yasmineaton.com
DocumentRoot /home/yasmineaton/public_html
ServerAdmin webmaster@yasmineaton.com
UseCanonicalName Off
## User yasmineaton # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yasmineaton
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/yasmineaton/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup yasmineaton yasmineaton
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yasmineaton yasmineaton
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yasmineaton yasmineaton
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yasmineaton yasmineaton
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yasmineaton
PassengerGroup yasmineaton
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yasmineaton/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/yasmineaton/yasmineaton.com/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.106:80>
ServerName yachtsafe.co.nz
ServerAlias mail.yachtsafe.co.nz www.yachtsafe.co.nz
DocumentRoot /home/ysnz001/public_html
ServerAdmin webmaster@yachtsafe.co.nz
UseCanonicalName Off
## User ysnz001 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled ysnz001
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/ysnz001/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup ysnz001 ysnz001
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup ysnz001 ysnz001
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid ysnz001 ysnz001
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID ysnz001 ysnz001
</IfModule>
<IfModule mod_passenger.c>
PassengerUser ysnz001
PassengerGroup ysnz001
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/ysnz001/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/ysnz001/yachtsafe.co.nz/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName wheeliebins.com.au
ServerAlias mail.wheeliebins.com.au www.wheeliebins.com.au
DocumentRoot /home/thebinguy/public_html
ServerAdmin webmaster@wheeliebins.com.au
UseCanonicalName Off
## User thebinguy # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled thebinguy
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/thebinguy/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup thebinguy thebinguy
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup thebinguy thebinguy
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid thebinguy thebinguy
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID thebinguy thebinguy
</IfModule>
<IfModule mod_passenger.c>
PassengerUser thebinguy
PassengerGroup thebinguy
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/thebinguy/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/thebinguy/wheeliebins.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName yachtsafe.app
ServerAlias mail.yachtsafe.app www.yachtsafe.app
DocumentRoot /home/appyachtsafe/public_html
ServerAdmin webmaster@yachtsafe.app
UseCanonicalName Off
## User appyachtsafe # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled appyachtsafe
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/appyachtsafe/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup appyachtsafe appyachtsafe
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup appyachtsafe appyachtsafe
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid appyachtsafe appyachtsafe
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID appyachtsafe appyachtsafe
</IfModule>
<IfModule mod_passenger.c>
PassengerUser appyachtsafe
PassengerGroup appyachtsafe
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/appyachtsafe/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/appyachtsafe/yachtsafe.app/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName eroshairlounge.com.au
ServerAlias mail.eroshairlounge.com.au www.eroshairlounge.com.au
DocumentRoot /home/eroshairlounge/public_html
ServerAdmin webmaster@eroshairlounge.com.au
UseCanonicalName Off
## User eroshairlounge # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled eroshairlounge
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/eroshairlounge/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup eroshairlounge eroshairlounge
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup eroshairlounge eroshairlounge
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid eroshairlounge eroshairlounge
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID eroshairlounge eroshairlounge
</IfModule>
<IfModule mod_passenger.c>
PassengerUser eroshairlounge
PassengerGroup eroshairlounge
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/eroshairlounge/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/eroshairlounge/eroshairlounge.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName rgycfoundation.com.au
ServerAlias mail.rgycfoundation.com.au www.rgycfoundation.com.au
DocumentRoot /home/foundation001/public_html
ServerAdmin webmaster@rgycfoundation.com.au
UseCanonicalName Off
## User foundation001 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled foundation001
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/foundation001/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup foundation001 foundation001
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup foundation001 foundation001
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid foundation001 foundation001
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID foundation001 foundation001
</IfModule>
<IfModule mod_passenger.c>
PassengerUser foundation001
PassengerGroup foundation001
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/foundation001/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/foundation001/rgycfoundation.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName smartjumps.com.au
ServerAlias mail.smartjumps.com.au www.smartjumps.com.au
DocumentRoot /home/paul/public_html
ServerAdmin webmaster@smartjumps.com.au
UseCanonicalName Off
## User paul # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled paul
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/paul/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup paul paul
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup paul paul
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid paul paul
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID paul paul
</IfModule>
<IfModule mod_passenger.c>
PassengerUser paul
PassengerGroup paul
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/paul/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/paul/smartjumps.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName yachtwrap.com.au
ServerAlias mail.yachtwrap.com.au www.yachtwrap.com.au
DocumentRoot /home/yachtwrapcom/public_html
ServerAdmin webmaster@yachtwrap.com.au
UseCanonicalName Off
## User yachtwrapcom # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yachtwrapcom
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/yachtwrapcom/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup yachtwrapcom yachtwrapcom
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yachtwrapcom yachtwrapcom
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yachtwrapcom yachtwrapcom
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yachtwrapcom yachtwrapcom
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yachtwrapcom
PassengerGroup yachtwrapcom
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yachtwrapcom/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/yachtwrapcom/yachtwrap.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:80>
ServerName app.wheeliebins.com.au
ServerAlias www.app.wheeliebins.com.au
DocumentRoot /home/thebinguy/public_html/app
ServerAdmin webmaster@app.wheeliebins.com.au
UseCanonicalName On
## User thebinguy # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled thebinguy
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/thebinguy/public_html/app">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup thebinguy thebinguy
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup thebinguy thebinguy
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid thebinguy thebinguy
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID thebinguy thebinguy
</IfModule>
<IfModule mod_passenger.c>
PassengerUser thebinguy
PassengerGroup thebinguy
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/thebinguy/public_html/app/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/thebinguy/app.wheeliebins.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.108:80>
ServerName conrad.net.au
ServerAlias mail.conrad.net.au www.conrad.net.au
DocumentRoot /home/conradnet/public_html
ServerAdmin webmaster@conrad.net.au
UseCanonicalName Off
## User conradnet # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled conradnet
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/conradnet/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup conradnet conradnet
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup conradnet conradnet
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid conradnet conradnet
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID conradnet conradnet
</IfModule>
<IfModule mod_passenger.c>
PassengerUser conradnet
PassengerGroup conradnet
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/conradnet/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/conradnet/conrad.net.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.108:80>
ServerName knitware.ca
ServerAlias mail.knitware.ca www.knitware.ca
DocumentRoot /home/knitware/public_html
ServerAdmin webmaster@knitware.ca
UseCanonicalName Off
## User knitware # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled knitware
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/knitware/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup knitware knitware
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup knitware knitware
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid knitware knitware
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID knitware knitware
</IfModule>
<IfModule mod_passenger.c>
PassengerUser knitware
PassengerGroup knitware
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/knitware/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/knitware/knitware.ca/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.108:80>
ServerName voteforcleanenergy.ca
ServerAlias mail.voteforcleanenergy.ca www.voteforcleanenergy.ca
DocumentRoot /home/voteforcleanener/public_html
ServerAdmin webmaster@voteforcleanenergy.ca
UseCanonicalName Off
## User voteforcleanener # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled voteforcleanener
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/voteforcleanener/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup voteforcleanener voteforcleanener
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup voteforcleanener voteforcleanener
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid voteforcleanener voteforcleanener
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID voteforcleanener voteforcleanener
</IfModule>
<IfModule mod_passenger.c>
PassengerUser voteforcleanener
PassengerGroup voteforcleanener
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/voteforcleanener/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/voteforcleanener/voteforcleanenergy.ca/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.109:80>
ServerName justwheeliebins.net.au
ServerAlias mail.justwheeliebins.net.au www.justwheeliebins.net.au
DocumentRoot /home/justwheeliebinsn/public_html
ServerAdmin webmaster@justwheeliebins.net.au
UseCanonicalName Off
## User justwheeliebinsn # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled justwheeliebinsn
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/justwheeliebinsn/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup justwheeliebinsn justwheeliebinsn
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup justwheeliebinsn justwheeliebinsn
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid justwheeliebinsn justwheeliebinsn
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID justwheeliebinsn justwheeliebinsn
</IfModule>
<IfModule mod_passenger.c>
PassengerUser justwheeliebinsn
PassengerGroup justwheeliebinsn
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/justwheeliebinsn/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/justwheeliebinsn/justwheeliebins.net.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.110:80>
ServerName yachtsafe.com.au
ServerAlias mail.yachtsafe.com.au www.yachtsafe.com.au
DocumentRoot /home/yacht/public_html
ServerAdmin webmaster@yachtsafe.com.au
UseCanonicalName Off
## User yacht # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yacht
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/yacht/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup yacht yacht
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yacht yacht
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yacht yacht
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yacht yacht
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yacht
PassengerGroup yacht
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yacht/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/yacht/yachtsafe.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.110:80>
ServerName rulebook.yachtsafe.com.au
ServerAlias mail.rulebook.yachtsafe.com.au www.rulebook.yachtsafe.com.au
DocumentRoot /home/rulebook/public_html
ServerAdmin webmaster@rulebook.yachtsafe.com.au
UseCanonicalName Off
## User rulebook # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled rulebook
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/rulebook/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup rulebook rulebook
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup rulebook rulebook
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid rulebook rulebook
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID rulebook rulebook
</IfModule>
<IfModule mod_passenger.c>
PassengerUser rulebook
PassengerGroup rulebook
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/rulebook/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/rulebook/rulebook.yachtsafe.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.110:80>
ServerName app.yachtsafe.com.au
ServerAlias mail.app.yachtsafe.com.au www.app.yachtsafe.com.au
DocumentRoot /home/ysapp/public_html
ServerAdmin webmaster@app.yachtsafe.com.au
UseCanonicalName Off
## User ysapp # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled ysapp
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/ysapp/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup ysapp ysapp
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup ysapp ysapp
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid ysapp ysapp
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID ysapp ysapp
</IfModule>
<IfModule mod_passenger.c>
PassengerUser ysapp
PassengerGroup ysapp
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/ysapp/public_html/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/ysapp/app.yachtsafe.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.110:80>
ServerName backup.yachtsafe.com.au
ServerAlias www.backup.yachtsafe.com.au
DocumentRoot /home/yacht/public_html/backup
ServerAdmin webmaster@backup.yachtsafe.com.au
UseCanonicalName On
## User yacht # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yacht
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule include_module>
<Directory "/home/yacht/public_html/backup">
SSILegacyExprParser On
</Directory>
</IfModule>
<IfModule suphp_module>
suPHP_UserGroup yacht yacht
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yacht yacht
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yacht yacht
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yacht yacht
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yacht
PassengerGroup yacht
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yacht/public_html/backup/cgi-bin/
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/std/2_4/yacht/backup.yachtsafe.com.au/*.conf"
</VirtualHost>
# END: HTTP vhosts list
# BEGIN: HTTPS vhosts list
<VirtualHost 221.121.155.106:443>
ServerName yasmineaton.com
ServerAlias mail.yasmineaton.com www.yasmineaton.com cpanel.yasmineaton.com webmail.yasmineaton.com webdisk.yasmineaton.com autodiscover.yasmineaton.com
DocumentRoot /home/yasmineaton/public_html
ServerAdmin webmaster@yasmineaton.com
UseCanonicalName Off
## User yasmineaton # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yasmineaton
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/yasmineaton/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup yasmineaton yasmineaton
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yasmineaton yasmineaton
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yasmineaton yasmineaton
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yasmineaton yasmineaton
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yasmineaton
PassengerGroup yasmineaton
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yasmineaton/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/yasmineaton.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/yasmineaton/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/yasmineaton/yasmineaton.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.yasmineaton.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.yasmineaton.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.yasmineaton.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.yasmineaton.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.yasmineaton.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.yasmineaton.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.yasmineaton.com [OR]
RewriteCond %{HTTP_HOST} =webmail.yasmineaton.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.yasmineaton.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.yasmineaton.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.yasmineaton.com [OR]
RewriteCond %{HTTP_HOST} =webmail.yasmineaton.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName bintopia.com
ServerAlias mail.bintopia.com www.bintopia.com autodiscover.bintopia.com webdisk.bintopia.com cpanel.bintopia.com webmail.bintopia.com
DocumentRoot /home/bintopia/public_html
ServerAdmin webmaster@bintopia.com
UseCanonicalName Off
## User bintopia # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled bintopia
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/bintopia/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup bintopia bintopia
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup bintopia bintopia
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid bintopia bintopia
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID bintopia bintopia
</IfModule>
<IfModule mod_passenger.c>
PassengerUser bintopia
PassengerGroup bintopia
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/bintopia/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/bintopia.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/bintopia/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/bintopia/bintopia.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.bintopia.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.bintopia.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.bintopia.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.bintopia.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.bintopia.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.bintopia.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.bintopia.com [OR]
RewriteCond %{HTTP_HOST} =webmail.bintopia.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.bintopia.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.bintopia.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.bintopia.com [OR]
RewriteCond %{HTTP_HOST} =webmail.bintopia.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName celestial-g3.com
ServerAlias mail.celestial-g3.com www.celestial-g3.com autodiscover.celestial-g3.com webdisk.celestial-g3.com cpanel.celestial-g3.com webmail.celestial-g3.com
DocumentRoot /home/celestialg3/public_html
ServerAdmin webmaster@celestial-g3.com
UseCanonicalName Off
## User celestialg3 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled celestialg3
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/celestialg3/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup celestialg3 celestialg3
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup celestialg3 celestialg3
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid celestialg3 celestialg3
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID celestialg3 celestialg3
</IfModule>
<IfModule mod_passenger.c>
PassengerUser celestialg3
PassengerGroup celestialg3
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/celestialg3/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/celestial-g3.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/celestialg3/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/celestialg3/celestial-g3.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.celestial-g3.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.celestial-g3.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.celestial-g3.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.celestial-g3.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.celestial-g3.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.celestial-g3.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.celestial-g3.com [OR]
RewriteCond %{HTTP_HOST} =webmail.celestial-g3.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.celestial-g3.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.celestial-g3.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.celestial-g3.com [OR]
RewriteCond %{HTTP_HOST} =webmail.celestial-g3.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName eventbinhire.com
ServerAlias mail.eventbinhire.com www.eventbinhire.com autodiscover.eventbinhire.com webdisk.eventbinhire.com webmail.eventbinhire.com cpanel.eventbinhire.com
DocumentRoot /home/eventbin/public_html
ServerAdmin webmaster@eventbinhire.com
UseCanonicalName Off
## User eventbin # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled eventbin
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/eventbin/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup eventbin eventbin
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup eventbin eventbin
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid eventbin eventbin
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID eventbin eventbin
</IfModule>
<IfModule mod_passenger.c>
PassengerUser eventbin
PassengerGroup eventbin
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/eventbin/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/eventbinhire.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/eventbin/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/eventbin/eventbinhire.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.eventbinhire.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.eventbinhire.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.eventbinhire.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.eventbinhire.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.eventbinhire.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.eventbinhire.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.eventbinhire.com [OR]
RewriteCond %{HTTP_HOST} =webmail.eventbinhire.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.eventbinhire.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.eventbinhire.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.eventbinhire.com [OR]
RewriteCond %{HTTP_HOST} =webmail.eventbinhire.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName inicancook.com
ServerAlias mail.inicancook.com www.inicancook.com autodiscover.inicancook.com webdisk.inicancook.com webmail.inicancook.com cpanel.inicancook.com
DocumentRoot /home/inicancook/public_html
ServerAdmin webmaster@inicancook.com
UseCanonicalName Off
## User inicancook # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled inicancook
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/inicancook/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup inicancook inicancook
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup inicancook inicancook
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid inicancook inicancook
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID inicancook inicancook
</IfModule>
<IfModule mod_passenger.c>
PassengerUser inicancook
PassengerGroup inicancook
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/inicancook/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/inicancook.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/inicancook/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/inicancook/inicancook.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.inicancook.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.inicancook.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.inicancook.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.inicancook.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.inicancook.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.inicancook.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.inicancook.com [OR]
RewriteCond %{HTTP_HOST} =webmail.inicancook.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.inicancook.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.inicancook.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.inicancook.com [OR]
RewriteCond %{HTTP_HOST} =webmail.inicancook.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName justbins.net.au
ServerAlias mail.justbins.net.au www.justbins.net.au webdisk.justbins.net.au autodiscover.justbins.net.au webmail.justbins.net.au cpanel.justbins.net.au
DocumentRoot /home/jbs123/public_html
ServerAdmin webmaster@justbins.net.au
UseCanonicalName Off
## User jbs123 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled jbs123
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/jbs123/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup jbs123 jbs123
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup jbs123 jbs123
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid jbs123 jbs123
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID jbs123 jbs123
</IfModule>
<IfModule mod_passenger.c>
PassengerUser jbs123
PassengerGroup jbs123
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/jbs123/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/justbins.net.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/jbs123/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/jbs123/justbins.net.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.justbins.net.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.justbins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.justbins.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.justbins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.justbins.net.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.justbins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.justbins.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.justbins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.justbins.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.justbins.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.justbins.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.justbins.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName justbins.com.au
ServerAlias mail.justbins.com.au www.justbins.com.au autodiscover.justbins.com.au webdisk.justbins.com.au cpanel.justbins.com.au webmail.justbins.com.au
DocumentRoot /home/justbins/public_html
ServerAdmin webmaster@justbins.com.au
UseCanonicalName Off
## User justbins # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled justbins
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/justbins/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup justbins justbins
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup justbins justbins
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid justbins justbins
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID justbins justbins
</IfModule>
<IfModule mod_passenger.c>
PassengerUser justbins
PassengerGroup justbins
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/justbins/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/justbins.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/justbins/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/justbins/justbins.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.justbins.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.justbins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.justbins.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.justbins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.justbins.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.justbins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.justbins.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.justbins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.justbins.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.justbins.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.justbins.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.justbins.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName rgycfoundation.com
ServerAlias mail.rgycfoundation.com www.rgycfoundation.com cpanel.rgycfoundation.com webmail.rgycfoundation.com autodiscover.rgycfoundation.com webdisk.rgycfoundation.com
DocumentRoot /home/malcolm/public_html
ServerAdmin webmaster@rgycfoundation.com
UseCanonicalName Off
## User malcolm # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled malcolm
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/malcolm/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup malcolm malcolm
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup malcolm malcolm
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid malcolm malcolm
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID malcolm malcolm
</IfModule>
<IfModule mod_passenger.c>
PassengerUser malcolm
PassengerGroup malcolm
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/malcolm/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/rgycfoundation.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/malcolm/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/malcolm/rgycfoundation.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.rgycfoundation.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.rgycfoundation.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.rgycfoundation.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.rgycfoundation.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com [OR]
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com [OR]
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName regattasafe.net
ServerAlias mail.regattasafe.net www.regattasafe.net autodiscover.regattasafe.net webdisk.regattasafe.net cpanel.regattasafe.net webmail.regattasafe.net
DocumentRoot /home/regattasafe/public_html
ServerAdmin webmaster@regattasafe.net
UseCanonicalName Off
## User regattasafe # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled regattasafe
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/regattasafe/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup regattasafe regattasafe
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup regattasafe regattasafe
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid regattasafe regattasafe
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID regattasafe regattasafe
</IfModule>
<IfModule mod_passenger.c>
PassengerUser regattasafe
PassengerGroup regattasafe
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/regattasafe/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/regattasafe.net/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/regattasafe/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/regattasafe/regattasafe.net/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.regattasafe.net [OR]
RewriteCond %{HTTP_HOST} =autodiscover.regattasafe.net:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.regattasafe.net [OR]
RewriteCond %{HTTP_HOST} =cpanel.regattasafe.net:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.regattasafe.net [OR]
RewriteCond %{HTTP_HOST} =webdisk.regattasafe.net:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.regattasafe.net [OR]
RewriteCond %{HTTP_HOST} =webmail.regattasafe.net:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.regattasafe.net [OR]
RewriteCond %{HTTP_HOST} =cpanel.regattasafe.net:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.regattasafe.net [OR]
RewriteCond %{HTTP_HOST} =webmail.regattasafe.net:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName virtuallandfill.com
ServerAlias mail.virtuallandfill.com www.virtuallandfill.com cpanel.virtuallandfill.com webmail.virtuallandfill.com webdisk.virtuallandfill.com autodiscover.virtuallandfill.com
DocumentRoot /home/virtuallandfill/public_html
ServerAdmin webmaster@virtuallandfill.com
UseCanonicalName Off
## User virtuallandfill # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled virtuallandfill
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/virtuallandfill/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup virtuallandfill virtuallandfill
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup virtuallandfill virtuallandfill
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid virtuallandfill virtuallandfill
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID virtuallandfill virtuallandfill
</IfModule>
<IfModule mod_passenger.c>
PassengerUser virtuallandfill
PassengerGroup virtuallandfill
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/virtuallandfill/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/virtuallandfill.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/virtuallandfill/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/virtuallandfill/virtuallandfill.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.virtuallandfill.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.virtuallandfill.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.virtuallandfill.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.virtuallandfill.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.virtuallandfill.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.virtuallandfill.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.virtuallandfill.com [OR]
RewriteCond %{HTTP_HOST} =webmail.virtuallandfill.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.virtuallandfill.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.virtuallandfill.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.virtuallandfill.com [OR]
RewriteCond %{HTTP_HOST} =webmail.virtuallandfill.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName virtualrecycling.com.au
ServerAlias mail.virtualrecycling.com.au www.virtualrecycling.com.au webdisk.virtualrecycling.com.au autodiscover.virtualrecycling.com.au webmail.virtualrecycling.com.au cpanel.virtualrecycling.com.au
DocumentRoot /home/virtualrecycling/public_html
ServerAdmin webmaster@virtualrecycling.com.au
UseCanonicalName Off
## User virtualrecycling # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled virtualrecycling
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/virtualrecycling/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup virtualrecycling virtualrecycling
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup virtualrecycling virtualrecycling
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid virtualrecycling virtualrecycling
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID virtualrecycling virtualrecycling
</IfModule>
<IfModule mod_passenger.c>
PassengerUser virtualrecycling
PassengerGroup virtualrecycling
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/virtualrecycling/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/virtualrecycling.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/virtualrecycling/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/virtualrecycling/virtualrecycling.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.virtualrecycling.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.virtualrecycling.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.virtualrecycling.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.virtualrecycling.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.virtualrecycling.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.virtualrecycling.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.virtualrecycling.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.virtualrecycling.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.virtualrecycling.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.virtualrecycling.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.virtualrecycling.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.virtualrecycling.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName wheeliebin.com.au
ServerAlias mail.wheeliebin.com.au www.wheeliebin.com.au cpanel.wheeliebin.com.au webmail.wheeliebin.com.au webdisk.wheeliebin.com.au autodiscover.wheeliebin.com.au
DocumentRoot /home/wbcomau/public_html
ServerAdmin webmaster@wheeliebin.com.au
UseCanonicalName Off
## User wbcomau # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbcomau
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wbcomau/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wbcomau wbcomau
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbcomau wbcomau
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbcomau wbcomau
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbcomau wbcomau
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbcomau
PassengerGroup wbcomau
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbcomau/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebin.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wbcomau/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wbcomau/wheeliebin.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebin.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebin.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebin.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebin.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebin.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebin.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebin.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebin.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebin.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebin.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebin.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebin.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName wheeliebinhiregeelong.com.au
ServerAlias mail.wheeliebinhiregeelong.com.au www.wheeliebinhiregeelong.com.au autodiscover.wheeliebinhiregeelong.com.au webdisk.wheeliebinhiregeelong.com.au cpanel.wheeliebinhiregeelong.com.au webmail.wheeliebinhiregeelong.com.au
DocumentRoot /home/wbhgeelong/public_html
ServerAdmin webmaster@wheeliebinhiregeelong.com.au
UseCanonicalName Off
## User wbhgeelong # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbhgeelong
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wbhgeelong/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wbhgeelong wbhgeelong
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbhgeelong wbhgeelong
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbhgeelong wbhgeelong
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbhgeelong wbhgeelong
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbhgeelong
PassengerGroup wbhgeelong
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbhgeelong/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebinhiregeelong.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wbhgeelong/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wbhgeelong/wheeliebinhiregeelong.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinhiregeelong.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinhiregeelong.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiregeelong.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiregeelong.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinhiregeelong.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinhiregeelong.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiregeelong.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiregeelong.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiregeelong.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiregeelong.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiregeelong.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiregeelong.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName wheeliebinhiremelbourne.com.au
ServerAlias mail.wheeliebinhiremelbourne.com.au www.wheeliebinhiremelbourne.com.au cpanel.wheeliebinhiremelbourne.com.au webmail.wheeliebinhiremelbourne.com.au autodiscover.wheeliebinhiremelbourne.com.au webdisk.wheeliebinhiremelbourne.com.au
DocumentRoot /home/wbhmelb/public_html
ServerAdmin webmaster@wheeliebinhiremelbourne.com.au
UseCanonicalName Off
## User wbhmelb # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbhmelb
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wbhmelb/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wbhmelb wbhmelb
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbhmelb wbhmelb
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbhmelb wbhmelb
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbhmelb wbhmelb
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbhmelb
PassengerGroup wbhmelb
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbhmelb/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebinhiremelbourne.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wbhmelb/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wbhmelb/wheeliebinhiremelbourne.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinhiremelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinhiremelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiremelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiremelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinhiremelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinhiremelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiremelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiremelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiremelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinhiremelbourne.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiremelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinhiremelbourne.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName wheeliebinlifters.com
ServerAlias mail.wheeliebinlifters.com www.wheeliebinlifters.com autodiscover.wheeliebinlifters.com webdisk.wheeliebinlifters.com cpanel.wheeliebinlifters.com webmail.wheeliebinlifters.com
DocumentRoot /home/wblifters/public_html
ServerAdmin webmaster@wheeliebinlifters.com
UseCanonicalName Off
## User wblifters # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wblifters
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wblifters/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wblifters wblifters
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wblifters wblifters
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wblifters wblifters
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wblifters wblifters
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wblifters
PassengerGroup wblifters
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wblifters/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebinlifters.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wblifters/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wblifters/wheeliebinlifters.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinlifters.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinlifters.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinlifters.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinlifters.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinlifters.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinlifters.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebinlifters.com [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinlifters.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinlifters.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinlifters.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinlifters.com [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinlifters.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName wheeliebinsmelbourne.com.au
ServerAlias mail.wheeliebinsmelbourne.com.au www.wheeliebinsmelbourne.com.au webmail.wheeliebinsmelbourne.com.au cpanel.wheeliebinsmelbourne.com.au autodiscover.wheeliebinsmelbourne.com.au webdisk.wheeliebinsmelbourne.com.au
DocumentRoot /home/wbnsmelb/public_html
ServerAdmin webmaster@wheeliebinsmelbourne.com.au
UseCanonicalName Off
## User wbnsmelb # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbnsmelb
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wbnsmelb/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wbnsmelb wbnsmelb
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbnsmelb wbnsmelb
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbnsmelb wbnsmelb
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbnsmelb wbnsmelb
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbnsmelb
PassengerGroup wbnsmelb
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbnsmelb/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebinsmelbourne.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wbnsmelb/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wbnsmelb/wheeliebinsmelbourne.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinsmelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinsmelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsmelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsmelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinsmelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinsmelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsmelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsmelbourne.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsmelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsmelbourne.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsmelbourne.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsmelbourne.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName wheeliebinsonline.com
ServerAlias mail.wheeliebinsonline.com www.wheeliebinsonline.com webmail.wheeliebinsonline.com cpanel.wheeliebinsonline.com autodiscover.wheeliebinsonline.com webdisk.wheeliebinsonline.com
DocumentRoot /home/wbsonline/public_html
ServerAdmin webmaster@wheeliebinsonline.com
UseCanonicalName Off
## User wbsonline # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wbsonline
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wbsonline/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wbsonline wbsonline
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wbsonline wbsonline
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wbsonline wbsonline
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wbsonline wbsonline
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wbsonline
PassengerGroup wbsonline
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wbsonline/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebinsonline.com/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wbsonline/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wbsonline/wheeliebinsonline.com/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinsonline.com [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebinsonline.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsonline.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsonline.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinsonline.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebinsonline.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsonline.com [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsonline.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsonline.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebinsonline.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsonline.com [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebinsonline.com:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName wheeliebins.net.au
ServerAlias mail.wheeliebins.net.au www.wheeliebins.net.au cpanel.wheeliebins.net.au webmail.wheeliebins.net.au webdisk.wheeliebins.net.au autodiscover.wheeliebins.net.au
DocumentRoot /home/wheeliebins/public_html
ServerAdmin webmaster@wheeliebins.net.au
UseCanonicalName Off
## User wheeliebins # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wheeliebins
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wheeliebins/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wheeliebins wheeliebins
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wheeliebins wheeliebins
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wheeliebins wheeliebins
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wheeliebins wheeliebins
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wheeliebins
PassengerGroup wheeliebins
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wheeliebins/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebins.net.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wheeliebins/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wheeliebins/wheeliebins.net.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName iais.com.au
ServerAlias mail.iais.com.au www.iais.com.au webmail.iais.com.au cpanel.iais.com.au webdisk.iais.com.au autodiscover.iais.com.au
DocumentRoot /home/wwwiaiscom/public_html
ServerAdmin webmaster@iais.com.au
UseCanonicalName Off
## User wwwiaiscom # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wwwiaiscom
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wwwiaiscom/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wwwiaiscom wwwiaiscom
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wwwiaiscom wwwiaiscom
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wwwiaiscom wwwiaiscom
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wwwiaiscom wwwiaiscom
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wwwiaiscom
PassengerGroup wwwiaiscom
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wwwiaiscom/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/iais.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wwwiaiscom/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wwwiaiscom/iais.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.iais.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.iais.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.iais.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.iais.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.iais.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.iais.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.iais.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.iais.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.iais.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.iais.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.iais.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.iais.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName justbins.info
ServerAlias mail.justbins.info www.justbins.info webdisk.justbins.info autodiscover.justbins.info cpanel.justbins.info webmail.justbins.info
DocumentRoot /home/wwwjustbins/public_html
ServerAdmin webmaster@justbins.info
UseCanonicalName Off
## User wwwjustbins # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled wwwjustbins
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/wwwjustbins/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup wwwjustbins wwwjustbins
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup wwwjustbins wwwjustbins
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid wwwjustbins wwwjustbins
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID wwwjustbins wwwjustbins
</IfModule>
<IfModule mod_passenger.c>
PassengerUser wwwjustbins
PassengerGroup wwwjustbins
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/wwwjustbins/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/justbins.info/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/wwwjustbins/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/wwwjustbins/justbins.info/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.justbins.info [OR]
RewriteCond %{HTTP_HOST} =autodiscover.justbins.info:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.justbins.info [OR]
RewriteCond %{HTTP_HOST} =cpanel.justbins.info:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.justbins.info [OR]
RewriteCond %{HTTP_HOST} =webdisk.justbins.info:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.justbins.info [OR]
RewriteCond %{HTTP_HOST} =webmail.justbins.info:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.justbins.info [OR]
RewriteCond %{HTTP_HOST} =cpanel.justbins.info:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.justbins.info [OR]
RewriteCond %{HTTP_HOST} =webmail.justbins.info:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.106:443>
ServerName yachtsafe.co.nz
ServerAlias mail.yachtsafe.co.nz www.yachtsafe.co.nz cpanel.yachtsafe.co.nz webmail.yachtsafe.co.nz webdisk.yachtsafe.co.nz autodiscover.yachtsafe.co.nz
DocumentRoot /home/ysnz001/public_html
ServerAdmin webmaster@yachtsafe.co.nz
UseCanonicalName Off
## User ysnz001 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled ysnz001
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/ysnz001/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup ysnz001 ysnz001
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup ysnz001 ysnz001
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid ysnz001 ysnz001
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID ysnz001 ysnz001
</IfModule>
<IfModule mod_passenger.c>
PassengerUser ysnz001
PassengerGroup ysnz001
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/ysnz001/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/yachtsafe.co.nz/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/ysnz001/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/ysnz001/yachtsafe.co.nz/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.yachtsafe.co.nz [OR]
RewriteCond %{HTTP_HOST} =autodiscover.yachtsafe.co.nz:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.co.nz [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.co.nz:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.yachtsafe.co.nz [OR]
RewriteCond %{HTTP_HOST} =webdisk.yachtsafe.co.nz:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.co.nz [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.co.nz:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.co.nz [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.co.nz:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.co.nz [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.co.nz:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.107:443>
ServerName app.wheeliebins.com.au
ServerAlias www.app.wheeliebins.com.au
DocumentRoot /home/thebinguy/public_html/app
ServerAdmin webmaster@app.wheeliebins.com.au
UseCanonicalName Off
## User thebinguy # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled thebinguy
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/thebinguy/public_html/app">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup thebinguy thebinguy
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup thebinguy thebinguy
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid thebinguy thebinguy
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID thebinguy thebinguy
</IfModule>
<IfModule mod_passenger.c>
PassengerUser thebinguy
PassengerGroup thebinguy
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/thebinguy/public_html/app/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/app.wheeliebins.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/thebinguy/public_html/app/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/thebinguy/app.wheeliebins.com.au/*.conf"
</VirtualHost>
<VirtualHost 221.121.155.107:443>
ServerName yachtsafe.app
ServerAlias mail.yachtsafe.app www.yachtsafe.app autodiscover.yachtsafe.app webdisk.yachtsafe.app webmail.yachtsafe.app cpanel.yachtsafe.app
DocumentRoot /home/appyachtsafe/public_html
ServerAdmin webmaster@yachtsafe.app
UseCanonicalName Off
## User appyachtsafe # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled appyachtsafe
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/appyachtsafe/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup appyachtsafe appyachtsafe
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup appyachtsafe appyachtsafe
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid appyachtsafe appyachtsafe
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID appyachtsafe appyachtsafe
</IfModule>
<IfModule mod_passenger.c>
PassengerUser appyachtsafe
PassengerGroup appyachtsafe
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/appyachtsafe/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/yachtsafe.app/combined
SSLUseStapling off
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/appyachtsafe/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/appyachtsafe/yachtsafe.app/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.yachtsafe.app [OR]
RewriteCond %{HTTP_HOST} =autodiscover.yachtsafe.app:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.app [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.app:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.yachtsafe.app [OR]
RewriteCond %{HTTP_HOST} =webdisk.yachtsafe.app:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.app [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.app:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.app [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.app:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.app [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.app:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.107:443>
ServerName eroshairlounge.com.au
ServerAlias mail.eroshairlounge.com.au www.eroshairlounge.com.au cpanel.eroshairlounge.com.au webmail.eroshairlounge.com.au webdisk.eroshairlounge.com.au autodiscover.eroshairlounge.com.au
DocumentRoot /home/eroshairlounge/public_html
ServerAdmin webmaster@eroshairlounge.com.au
UseCanonicalName Off
## User eroshairlounge # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled eroshairlounge
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/eroshairlounge/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup eroshairlounge eroshairlounge
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup eroshairlounge eroshairlounge
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid eroshairlounge eroshairlounge
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID eroshairlounge eroshairlounge
</IfModule>
<IfModule mod_passenger.c>
PassengerUser eroshairlounge
PassengerGroup eroshairlounge
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/eroshairlounge/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/eroshairlounge.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/eroshairlounge/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/eroshairlounge/eroshairlounge.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.eroshairlounge.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.eroshairlounge.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.eroshairlounge.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.eroshairlounge.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.eroshairlounge.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.eroshairlounge.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.eroshairlounge.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.eroshairlounge.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.eroshairlounge.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.eroshairlounge.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.eroshairlounge.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.eroshairlounge.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.107:443>
ServerName rgycfoundation.com.au
ServerAlias mail.rgycfoundation.com.au www.rgycfoundation.com.au cpanel.rgycfoundation.com.au webmail.rgycfoundation.com.au webdisk.rgycfoundation.com.au autodiscover.rgycfoundation.com.au
DocumentRoot /home/foundation001/public_html
ServerAdmin webmaster@rgycfoundation.com.au
UseCanonicalName Off
## User foundation001 # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled foundation001
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/foundation001/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup foundation001 foundation001
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup foundation001 foundation001
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid foundation001 foundation001
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID foundation001 foundation001
</IfModule>
<IfModule mod_passenger.c>
PassengerUser foundation001
PassengerGroup foundation001
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/foundation001/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/rgycfoundation.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/foundation001/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/foundation001/rgycfoundation.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.rgycfoundation.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.rgycfoundation.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.rgycfoundation.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.rgycfoundation.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.rgycfoundation.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.rgycfoundation.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.107:443>
ServerName smartjumps.com.au
ServerAlias mail.smartjumps.com.au www.smartjumps.com.au webdisk.smartjumps.com.au autodiscover.smartjumps.com.au cpanel.smartjumps.com.au webmail.smartjumps.com.au
DocumentRoot /home/paul/public_html
ServerAdmin webmaster@smartjumps.com.au
UseCanonicalName Off
## User paul # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled paul
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/paul/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup paul paul
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup paul paul
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid paul paul
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID paul paul
</IfModule>
<IfModule mod_passenger.c>
PassengerUser paul
PassengerGroup paul
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/paul/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/smartjumps.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/paul/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/paul/smartjumps.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.smartjumps.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.smartjumps.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.smartjumps.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.smartjumps.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.smartjumps.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.smartjumps.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.smartjumps.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.smartjumps.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.smartjumps.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.smartjumps.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.smartjumps.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.smartjumps.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.107:443>
ServerName wheeliebins.com.au
ServerAlias mail.wheeliebins.com.au www.wheeliebins.com.au cpanel.wheeliebins.com.au webmail.wheeliebins.com.au autodiscover.wheeliebins.com.au webdisk.wheeliebins.com.au
DocumentRoot /home/thebinguy/public_html
ServerAdmin webmaster@wheeliebins.com.au
UseCanonicalName Off
## User thebinguy # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled thebinguy
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/thebinguy/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup thebinguy thebinguy
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup thebinguy thebinguy
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid thebinguy thebinguy
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID thebinguy thebinguy
</IfModule>
<IfModule mod_passenger.c>
PassengerUser thebinguy
PassengerGroup thebinguy
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/thebinguy/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/wheeliebins.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/thebinguy/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/thebinguy/wheeliebins.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebins.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.wheeliebins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.wheeliebins.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.wheeliebins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.wheeliebins.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.wheeliebins.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.107:443>
ServerName yachtwrap.com.au
ServerAlias mail.yachtwrap.com.au www.yachtwrap.com.au autodiscover.yachtwrap.com.au webdisk.yachtwrap.com.au cpanel.yachtwrap.com.au webmail.yachtwrap.com.au
DocumentRoot /home/yachtwrapcom/public_html
ServerAdmin webmaster@yachtwrap.com.au
UseCanonicalName Off
## User yachtwrapcom # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yachtwrapcom
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/yachtwrapcom/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup yachtwrapcom yachtwrapcom
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yachtwrapcom yachtwrapcom
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yachtwrapcom yachtwrapcom
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yachtwrapcom yachtwrapcom
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yachtwrapcom
PassengerGroup yachtwrapcom
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yachtwrapcom/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/yachtwrap.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/yachtwrapcom/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/yachtwrapcom/yachtwrap.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.yachtwrap.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.yachtwrap.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.yachtwrap.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtwrap.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.yachtwrap.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.yachtwrap.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.yachtwrap.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtwrap.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.yachtwrap.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtwrap.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.yachtwrap.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtwrap.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.108:443>
ServerName conrad.net.au
ServerAlias mail.conrad.net.au www.conrad.net.au autodiscover.conrad.net.au webdisk.conrad.net.au whm.conrad.net.au cpanel.conrad.net.au webmail.conrad.net.au
DocumentRoot /home/conradnet/public_html
ServerAdmin webmaster@conrad.net.au
UseCanonicalName Off
## User conradnet # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled conradnet
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/conradnet/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup conradnet conradnet
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup conradnet conradnet
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid conradnet conradnet
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID conradnet conradnet
</IfModule>
<IfModule mod_passenger.c>
PassengerUser conradnet
PassengerGroup conradnet
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/conradnet/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/conrad.net.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/conradnet/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/conradnet/conrad.net.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.conrad.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.conrad.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.conrad.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.conrad.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP_HOST} =whm.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =whm.conrad.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_whm/$1 [PT]
ProxyPass "/___proxy_subdomain_whm" "http://127.0.0.1:2086" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.conrad.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.conrad.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =whm.conrad.net.au [OR]
RewriteCond %{HTTP_HOST} =whm.conrad.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_whm/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.108:443>
ServerName knitware.ca
ServerAlias mail.knitware.ca www.knitware.ca webmail.knitware.ca cpanel.knitware.ca webdisk.knitware.ca autodiscover.knitware.ca
DocumentRoot /home/knitware/public_html
ServerAdmin webmaster@knitware.ca
UseCanonicalName Off
## User knitware # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled knitware
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/knitware/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup knitware knitware
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup knitware knitware
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid knitware knitware
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID knitware knitware
</IfModule>
<IfModule mod_passenger.c>
PassengerUser knitware
PassengerGroup knitware
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/knitware/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/knitware.ca/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/knitware/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/knitware/knitware.ca/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.knitware.ca [OR]
RewriteCond %{HTTP_HOST} =autodiscover.knitware.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.knitware.ca [OR]
RewriteCond %{HTTP_HOST} =cpanel.knitware.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.knitware.ca [OR]
RewriteCond %{HTTP_HOST} =webdisk.knitware.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.knitware.ca [OR]
RewriteCond %{HTTP_HOST} =webmail.knitware.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.knitware.ca [OR]
RewriteCond %{HTTP_HOST} =cpanel.knitware.ca:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.knitware.ca [OR]
RewriteCond %{HTTP_HOST} =webmail.knitware.ca:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.108:443>
ServerName voteforcleanenergy.ca
ServerAlias mail.voteforcleanenergy.ca www.voteforcleanenergy.ca autodiscover.voteforcleanenergy.ca webdisk.voteforcleanenergy.ca webmail.voteforcleanenergy.ca cpanel.voteforcleanenergy.ca
DocumentRoot /home/voteforcleanener/public_html
ServerAdmin webmaster@voteforcleanenergy.ca
UseCanonicalName Off
## User voteforcleanener # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled voteforcleanener
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/voteforcleanener/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup voteforcleanener voteforcleanener
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup voteforcleanener voteforcleanener
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid voteforcleanener voteforcleanener
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID voteforcleanener voteforcleanener
</IfModule>
<IfModule mod_passenger.c>
PassengerUser voteforcleanener
PassengerGroup voteforcleanener
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/voteforcleanener/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/voteforcleanenergy.ca/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/voteforcleanener/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/voteforcleanener/voteforcleanenergy.ca/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.voteforcleanenergy.ca [OR]
RewriteCond %{HTTP_HOST} =autodiscover.voteforcleanenergy.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.voteforcleanenergy.ca [OR]
RewriteCond %{HTTP_HOST} =cpanel.voteforcleanenergy.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.voteforcleanenergy.ca [OR]
RewriteCond %{HTTP_HOST} =webdisk.voteforcleanenergy.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.voteforcleanenergy.ca [OR]
RewriteCond %{HTTP_HOST} =webmail.voteforcleanenergy.ca:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.voteforcleanenergy.ca [OR]
RewriteCond %{HTTP_HOST} =cpanel.voteforcleanenergy.ca:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.voteforcleanenergy.ca [OR]
RewriteCond %{HTTP_HOST} =webmail.voteforcleanenergy.ca:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.109:443>
ServerName justwheeliebins.net.au
ServerAlias mail.justwheeliebins.net.au www.justwheeliebins.net.au webmail.justwheeliebins.net.au cpanel.justwheeliebins.net.au webdisk.justwheeliebins.net.au autodiscover.justwheeliebins.net.au
DocumentRoot /home/justwheeliebinsn/public_html
ServerAdmin webmaster@justwheeliebins.net.au
UseCanonicalName Off
## User justwheeliebinsn # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled justwheeliebinsn
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/justwheeliebinsn/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup justwheeliebinsn justwheeliebinsn
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup justwheeliebinsn justwheeliebinsn
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid justwheeliebinsn justwheeliebinsn
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID justwheeliebinsn justwheeliebinsn
</IfModule>
<IfModule mod_passenger.c>
PassengerUser justwheeliebinsn
PassengerGroup justwheeliebinsn
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/justwheeliebinsn/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/justwheeliebins.net.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/justwheeliebinsn/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/justwheeliebinsn/justwheeliebins.net.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.justwheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.justwheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.justwheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.justwheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.justwheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.justwheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.justwheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.justwheeliebins.net.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.justwheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.justwheeliebins.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.justwheeliebins.net.au [OR]
RewriteCond %{HTTP_HOST} =webmail.justwheeliebins.net.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.110:443>
ServerName app.yachtsafe.com.au
ServerAlias mail.app.yachtsafe.com.au www.app.yachtsafe.com.au webmail.app.yachtsafe.com.au cpanel.app.yachtsafe.com.au autodiscover.app.yachtsafe.com.au webdisk.app.yachtsafe.com.au
DocumentRoot /home/ysapp/public_html
ServerAdmin webmaster@app.yachtsafe.com.au
UseCanonicalName Off
## User ysapp # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled ysapp
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/ysapp/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup ysapp ysapp
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup ysapp ysapp
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid ysapp ysapp
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID ysapp ysapp
</IfModule>
<IfModule mod_passenger.c>
PassengerUser ysapp
PassengerGroup ysapp
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/ysapp/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/app.yachtsafe.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/ysapp/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/ysapp/app.yachtsafe.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.app.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.app.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.app.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.app.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.app.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.app.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.app.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.app.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.app.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.app.yachtsafe.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.app.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.app.yachtsafe.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.110:443>
ServerName rulebook.yachtsafe.com.au
ServerAlias mail.rulebook.yachtsafe.com.au www.rulebook.yachtsafe.com.au autodiscover.rulebook.yachtsafe.com.au webdisk.rulebook.yachtsafe.com.au webmail.rulebook.yachtsafe.com.au cpanel.rulebook.yachtsafe.com.au
DocumentRoot /home/rulebook/public_html
ServerAdmin webmaster@rulebook.yachtsafe.com.au
UseCanonicalName Off
## User rulebook # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled rulebook
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/rulebook/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup rulebook rulebook
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup rulebook rulebook
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid rulebook rulebook
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID rulebook rulebook
</IfModule>
<IfModule mod_passenger.c>
PassengerUser rulebook
PassengerGroup rulebook
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/rulebook/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/rulebook.yachtsafe.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/rulebook/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/rulebook/rulebook.yachtsafe.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.rulebook.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.rulebook.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.rulebook.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.rulebook.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.rulebook.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.rulebook.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.rulebook.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.rulebook.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.rulebook.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.rulebook.yachtsafe.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.rulebook.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.rulebook.yachtsafe.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.110:443>
ServerName yachtsafe.com.au
ServerAlias mail.yachtsafe.com.au www.yachtsafe.com.au cpanel.yachtsafe.com.au webmail.yachtsafe.com.au autodiscover.yachtsafe.com.au webdisk.yachtsafe.com.au
DocumentRoot /home/yacht/public_html
ServerAdmin webmaster@yachtsafe.com.au
UseCanonicalName Off
## User yacht # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yacht
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/yacht/public_html">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup yacht yacht
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yacht yacht
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yacht yacht
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yacht yacht
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yacht
PassengerGroup yacht
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yacht/public_html/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/yachtsafe.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/yacht/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/yacht/yachtsafe.com.au/*.conf"
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =autodiscover.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =autodiscover.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^ http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webdisk.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.com.au:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =cpanel.yachtsafe.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.com.au [OR]
RewriteCond %{HTTP_HOST} =webmail.yachtsafe.com.au:443
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
</VirtualHost>
<VirtualHost 221.121.155.110:443>
ServerName backup.yachtsafe.com.au
ServerAlias www.backup.yachtsafe.com.au
DocumentRoot /home/yacht/public_html/backup
ServerAdmin webmaster@backup.yachtsafe.com.au
UseCanonicalName Off
## User yacht # Needed for Cpanel::ApacheConf
<IfModule userdir_module>
<IfModule !mpm_itk.c>
<IfModule !ruid2_module>
<IfModule !mod_passenger.c>
UserDir disabled
UserDir enabled yacht
</IfModule>
</IfModule>
</IfModule>
</IfModule>
# Enable backwards compatible Server Side Include expression parser for Apache versions >= 2.4.
# To selectively use the newer Apache 2.4 expression parser, disable SSILegacyExprParser in
# the user's .htaccess file. For more information, please read:
# http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser
<IfModule mod_include.c>
<Directory "/home/yacht/public_html/backup">
SSILegacyExprParser On
</Directory>
</IfModule>
<Proxymatch ^https?://127\.0\.0\.1:(2082|2083|2077|2078|2079|2080|2086|2087|2095|2096)/>
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxymatch>
<IfModule mod_suphp.c>
suPHP_UserGroup yacht yacht
</IfModule>
<IfModule suexec_module>
<IfModule !mod_ruid2.c>
SuexecUserGroup yacht yacht
</IfModule>
</IfModule>
<IfModule ruid2_module>
RMode config
RUidGid yacht yacht
</IfModule>
<IfModule mpm_itk.c>
# For more information on MPM ITK, please read:
# http://mpm-itk.sesse.net/
AssignUserID yacht yacht
</IfModule>
<IfModule mod_passenger.c>
PassengerUser yacht
PassengerGroup yacht
</IfModule>
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/yacht/public_html/backup/cgi-bin/
</IfModule>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/apache_tls/backup.yachtsafe.com.au/combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/yacht/public_html/backup/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/yacht/backup.yachtsafe.com.au/*.conf"
</VirtualHost>
# END: HTTPS vhosts list
##################################################
##################################################
#
# Define the main cPanel & WHM proxy subdomains
#
##################################################
##################################################
# CPANEL/WHM/WEBMAIL/WEBDISK/AUTOCONFIG PROXY SUBDOMAINS
<VirtualHost 221.121.155.106:80 221.121.155.107:80 221.121.155.108:80 221.121.155.109:80 221.121.155.110:80 127.0.0.1:80>
ServerName proxy-subdomains-vhost.localhost
ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.* autodiscover.* autoconfig.*
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
<Proxy "*">
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxy>
<Directory "/">
AllowOverride All
</Directory>
ScriptAlias /.cpanel/dcv /usr/local/cpanel/cgi-priv/get_local.cgi
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$ [OR]
RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/(?:\ Ballot169)? [OR]
RewriteCond %{REQUEST_URI} ^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^ /.cpanel/dcv [passthrough]
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^cpanel\.
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^whm\.
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_whm/$1 [PT]
ProxyPass "/___proxy_subdomain_whm" "http://127.0.0.1:2086" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^webdisk\.
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^cpcalendars\.
RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^cpcontacts\.
RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^autodiscover\.
RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^autoconfig\.
RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autoconfig.cgi [P]
RewriteCond %{HTTP_HOST} ^cpanel\.
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
RewriteCond %{HTTP_HOST} ^whm\.
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_ws_whm/$1 [PT]
UseCanonicalName Off
<IfModule security2_module>
SecRuleEngine On
</IfModule>
</VirtualHost>
# CPANEL/WHM/WEBMAIL/WEBDISK/AUTOCONFIG PROXY SUBDOMAINS
<VirtualHost 221.121.155.106:443 221.121.155.107:443 221.121.155.108:443 221.121.155.109:443 221.121.155.110:443 127.0.0.1:443>
ServerName iai.iais.com.au
ServerAlias cpanel.* whm.* webmail.* webdisk.* cpcalendars.* cpcontacts.* autodiscover.* autoconfig.*
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
<Proxy "*">
<IfModule security2_module>
SecRuleEngine Off
</IfModule>
</Proxy>
<Directory "/">
AllowOverride All
</Directory>
RewriteEngine On
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/cpanel/mycpanel.pem
SSLCertificateKeyFile /var/cpanel/ssl/cpanel/mycpanel.pem
SSLCertificateChainFile /var/cpanel/ssl/cpanel/mycpanel.pem
</IfModule>
<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^cpanel\.
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^whm\.
RewriteCond %{HTTP:Upgrade} !websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_whm/$1 [PT]
ProxyPass "/___proxy_subdomain_whm" "http://127.0.0.1:2086" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^webdisk\.
RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^cpcontacts\.
RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^cpcalendars\.
RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^autodiscover\.
RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} !^iai.iais.com.au$
RewriteCond %{HTTP_HOST} ^autoconfig\.
RewriteRule ^[^?]*(\\?.*)? http://127.0.0.1/cgi-sys/autoconfig.cgi [P]
RewriteCond %{HTTP_HOST} ^cpanel\.
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]
RewriteCond %{HTTP_HOST} ^whm\.
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteRule ^/(.*) /___proxy_subdomain_ws_whm/$1 [PT]
UseCanonicalName Off
<IfModule security2_module>
SecRuleEngine On
</IfModule>
</VirtualHost>
# Administrator locations for safely altering virtualhost configuration
Include "/etc/apache2/conf.d/includes/post_virtualhost_global.conf"
##################################################
##################################################
#
# Define the Domain Forwarding virtual hosts
#
##################################################
##################################################
# Domain forwarding is currently disabled.
# You can set this by logging into WHM, and navigating to the 'DNS Functions' => 'Setup/Edit Domain Forwarding' interface.
##################################################
##################################################
#
# Default SSL Hostname Virtual Host
#
##################################################
##################################################
<VirtualHost 127.0.0.1:443 221.121.155.106:443 221.121.155.107:443 221.121.155.108:443 221.121.155.109:443 *:443>
ServerName iai.iais.com.au
DocumentRoot /var/www/html
ServerAdmin notifications@notifications.mysau.com.au
<IfModule suphp_module>
suPHP_UserGroup nobody nobody
</IfModule>
<Directory "/">
AllowOverride All
</Directory>
<IfModule ssl_module>
SSLEngine on
SSLCertificateFile /var/cpanel/ssl/cpanel/mycpanel.pem
SSLCertificateKeyFile /var/cpanel/ssl/cpanel/mycpanel.pem
SSLCertificateChainFile /var/cpanel/ssl/cpanel/mycpanel.pem
</IfModule>
UseCanonicalName Off
<IfModule security2_module>
SecRuleEngine On
</IfModule>
</VirtualHost>
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# DO NOT EDIT. AUTOMATICALLY GENERATED. USE INCLUDE FILES IF YOU NEED TO MAKE A CHANGE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists