Hi,
I have a bit of a complex setup in which i need a same front end apache server to use different virtual hosts name (wildcard SSL) to redirect to either Liferay, Glassfish or Tomcat.
This could be a misconfiguration on my part but I seem to need for my regular tomcat server that JkExtractSSL be on and for the other 2 (Liferay, Glassfish) that my JkExtractSSL be off. Is there a way to do this in a virtual host directive? Example:
<virtual host app1.mydomain.com>
JkExtractSSL on
</virtual host>
<virtual host app2.mydomain.com>
JkExtractSSL off
</virtual host>
Thanks,
Charles