Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 12/7/12 11:34 AM, Arunkumar Janarthanan wrote: > Thanks for the response Gentlemen, I am not really particular about > the AJP for secure communication as long as I can use https that > should work for me, the reason for specific secure com

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Arunkumar Janarthanan
Thanks for the response Gentlemen, I am not really particular about the AJP for secure communication as long as I can use https that should work for me, the reason for specific secure communication between Apache and Tomcat is the PCI compliance enforcing us not to have any other protocol other tha

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread André Warnier
Vladimir, on this list, the rule is to not "top post". Post your answer below the original message, or below the question to which it refers. This way, one can follow the conversation logically. - Original Message - From: Arunkumar Janarthanan To: Tomcat Users List Cc: Sent: Frida

RE: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Martin Gainty
did you setJKLogLevel debug in httpd.conf? http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html install the debug version of redirector (instead of release) quiesce TCbounce Apachereboot TC Martin __ Verzicht und Vertraulichkeitanmerku

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Vladimir Girnet
Here is my working configuration - httpd proxy (also on RHEL 5) --   SSLProxyEngine On       BalancerMember https://10.10.10.11:8443      BalancerMember https://10.10.10.12:8443      # Pass requests to balancer   ProxyPass / balancer://tomcat_cluster/   ProxyPassReverse / ba