替httpd2.4.4安装mod_ssl

为httpd2.4.4安装mod_ssl玩了几天httpd,今天看到https的部分官方文档:http://httpd.apache.org/docs/2.4/e

为httpd2.4.4安装mod_ssl
玩了几天httpd,今天看到https的部分

官方文档:http://httpd.apache.org/docs/2.4/en/ssl/ssl_howto.html

结果第一行就傻眼了

./configure --prefix=/usr/local/httpd --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-pcre=/usr/local/pcre --enable-ssl --with-ssl=/usr/local/openssl

这回就可以了