Configure Apache2-SSL + Reverse Proxy to TOMCAT
1. http://wiki.centos.org/HowTos/Https
ProxyRequests Off
#ProxyPreserveHost On
Order deny,allow
Allow from all
1.2 SSL.conf (Virtual Host 443)
ProxyPass /xxx http://localhost:8081/xxx
ProxyPassReverse /xxx http://localhost:8081/xxx
2. Tomcat SERVER.XML
scheme="https" secure="true"
proxyName="192.168.1.230"
proxyPort="443"/>
ไม่มีความคิดเห็น:
แสดงความคิดเห็น