虚拟主机 Apache 和 Tomcat
我有 Tomcat 和 Apache Web 服务器。通过 MOD_JK 我将 Apache 配置为向 Tomcat 发送 http://127.0.0.1/cas
请求。http://127.0.0.1/cas
工作正常并且 Tomcat 响应它。
现在我希望这个 https://127.0.0.1/cas
正常工作(SSL)。
我搜索它,发现我需要 Apache 上的虚拟主机来向 Tomcat 发送请求,我的问题是如何创建 SSL 虚拟主机?
我是否应该删除之前为 http://127.0.0.1/cas
创建的所有配置?
I have Tomcat and Apache web server. by MOD_JK I configure Apache to send request for http://127.0.0.1/cas
to Tomcat.http://127.0.0.1/cas
works correctly and Tomcat response to it.
now I want this https://127.0.0.1/cas
to work, (SSL).
I search it and found that I need Virtualhost on Apache that send requests to Tomcat, my question is how can I create a SSL Virtualhost?
and should I remove all configuration that I create before this for http://127.0.0.1/cas
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
网上有很多 httpd SSL 虚拟主机配置的示例。只需指定类似于以下内容的内容,并将 mod_jk JKMount 引用放入其中即可。
There's a lot of online examples for httpd SSL virtual host configuration. Just specify something similar to the following, and put your mod_jk JKMount references inside of it.