NameVirtualHost aspwv.vtinfo.com:80
NameVirtualHost aspwv.vtinfo.com:443
<VirtualHost aspwv.vtinfo.com:80>
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]
</VirtualHost>
<VirtualHost aspwv.vtinfo.com:443>
ServerName aspwv.vtinfo.com
SSLEngine On
SSLProxyEngine On
SSLCertificateFile /etc/httpd/ssl/star_vtinfo.com.crt
SSLCertificateKeyFile /etc/httpd/ssl/star_vtinfo_com.key
SSLCertificateChainFile /etc/httpd/ssl/Apache_Plesk_Install.txt
CustomLog /var/log/httpd/aspwv-access.log combined
Errorlog /var/log/httpd/aspwv-error.log
LogLevel info
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
ProxyRequests off
RewriteEngine on
RewriteLog "/var/log/httpd/aspwv-rewrite.log"
RewriteLogLevel 3
Timeout 5400
ProxyTimeout 5400
ProxyPassReverseCookieDomain vipwebview.vtinfo.com aspwv.vtinfo.com
<Location /est1/>
ProxyPass http://172.25.24.26:10200/
ProxyPassReverse http://172.25.24.26:10200/
ProxyPassReverseCookiePath / /est1/
</Location>
<Location /est2/>
ProxyPass http://172.25.24.26:10205/
ProxyPassReverse http://172.25.24.26:10205/
ProxyPassReverseCookiePath / /est2/
</Location>
<Location /cst1/>
ProxyPass http://172.25.24.26:10210/
ProxyPassReverse http://172.25.24.26:10210/
ProxyPassReverseCookiePath / /cst1/
</Location>
<Location /cst2/>
ProxyPass http://172.25.24.26:10225/
ProxyPassReverse http://172.25.24.26:10225/
ProxyPassReverseCookiePath / /cst2/
</Location>
<Location /mst1/>
ProxyPass http://172.25.24.26:10215/
ProxyPassReverse http://172.25.24.26:10215/
ProxyPassReverseCookiePath / /mst1/
</Location>
<Location /pst1/>
ProxyPass http://172.25.24.26:10220/
ProxyPassReverse http://172.25.24.26:10220/
ProxyPassReverseCookiePath / /pst1/
</Location>
</VirtualHost>
This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=41&topic_id=35477