对EC2 Apache实例启用SSL实例、Apache、SSL

2023-09-11 23:38:45 作者:我愿为你戰天下

我有一个使用亚马逊的定制的Linux安装内置在apache的一个EC2实例。这种安装也OpenSSL的安装。话虽这么说,似乎没有成为一个mod_ssl.so加载了在httpd.conf。

I have an EC2 instance that is using Amazon's custom linux install with built in apache. This install also has openssl installed. That being said, there does not appear to be a mod_ssl.so to load up in httpd.conf.

所以,我想知道,以获得Apache要启用SSL这样我就可以建立我的SSL虚拟主机(注意,我已经安装了证书/签名)的最佳方式。理想情况下,我想不必重新构建/重新安装apache的。

So, I want to know the best way to get apache to be ssl enabled so I can setup my SSL virtual host (note that I have already setup the cert/signatures). Ideally, I would like to not have to rebuild/reinstall apache.

推荐答案

试一下这个命令:

 yum install mod_ssl