如何配置带有ssl的apache以重定向到tomcat http?
我在.80上有一个重定向到.443的virtualHost,在virtualHost .443上我放置了rewriteCond和Proxypass,这是正确的配置吗?
发布于 2013-01-10 01:54:58
这可以通过mod_jk完成。参见http://tomcat.apache.org/connectors-doc/generic_howto/quick.html。
https://stackoverflow.com/questions/14243358
复制相似问题