[root@CentOS-68-64-minimal ~]# cat /usr/local/apache/conf/sharedip.conf
<VirtualHost 88.99.82.25:80>
ServerName 88.99.82.25
DocumentRoot /usr/local/apache/htdocs
ServerAdmin info@centos-webpanel.com
<IfModule mod_suphp.c>
suPHP_UserGroup nobody nobody
</IfModule>
<Proxy "*">
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
</Proxy>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^88.99.82.25$
RewriteCond %{HTTP_HOST} ^webmail.
RewriteRule ^/(.*)
http://127.0.0.1:2095/$1 [P]
</VirtualHost>
<Directory "/">
AllowOverride All
Require all granted
</Directory>
NameVirtualHost 172.31.1.100:80
[root@CentOS-68-64-minimal ~]#