Apache-ssl 与 mod_ssl
我刚刚购买了 SSL 证书,正在考虑在我的 Amazon Elastic Load Balancer 上实施该证书,该证书将利用 Apache2。据我了解,在 Apache 2 中实现 SSL 证书有两种选择 --- apache-ssl 或 mod_ssl。这个问题的目的是收集与选择其中之一相关的优点/缺点。
I just purchased an SSL certificate and am considering options for its implementation on my Amazon Elastic Load Balancer, which will leverage Apache2. From what I understand I have two options for implementing an SSL certificate in Apache 2 --- either apache-ssl or mod_ssl. The purpose of this question is to collect benefits/drawbacks associated with going with one or the other.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不会想要 apache-ssl。它基于 Apache 的古老(史前)版本,使用速度较慢的 SSL 库,并且用户群规模大致为零。如果您的需求增加,总体来说维护起来会更加困难。
You will not want apache-ssl. It is based on an ancient (prehistoric) version of Apache, uses somewhat slower libraries for the SSL stuff, and has roughly zero sized userbase. It is in overall harder to maintain if your requirements increase.