how to convert https to http by using mod_jk

2015-04-27 Thread chenk...@126.com
hi:? ??? ? I'm using apache + tomcat to build my website。The tomcat ?provide http service and apache provide both http/https。I tried two method to implements: by mod_proxy:ProxyPass / balancer://mycluster/ stickysession=JSESSIONID nofailover=On? ProxyPassReverse / balancer://mycluster/?

Re: how to convert https to http by using mod_jk

2015-04-27 Thread André Warnier
chenk...@126.com wrote: hi:? ??? ? I'm using apache + tomcat to build my website。The tomcat ?provide http service and apache provide both http/https。I tried two method to implements: by mod_proxy:ProxyPass / balancer://mycluster/ stickysession=JSESSIONID nofailover=On?

Re: how to convert https to http by using mod_jk

2015-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 chenk, On 4/27/15 5:52 AM, chenk...@126.com wrote: hi:? ??? ? I'm using apache + tomcat to build my website。The tomcat ?provide http service and apache provide both http/https。I tried two method to implements: by mod_proxy:ProxyPass /

Re:Re: how to convert https to http by using mod_jk

2015-04-27 Thread chenk818
Hi Warnier: Thank you for your reply。I always thought there was AJPs,now I understood。 but there's another question: In configuration 7, if the backend tomcat provide both http and https,which protocal will be used?Is it determined by httpd's protocol?