Centos6.5,安装nginx,包含ssl模块,如果已经安装nginx则配置即可
[root@localhost]tarzxvfNginx-1.8.0.tar.gz[root@localhost]cdNginx-1.8.0然后一步一步执行,如果报错看的比较清楚:首先执行./configure--prefix=/usr/local/Nginx--with-http_stub_status_module--with-http_ssl_module这里如果没有安装上面的pcrezlibopenssl会报错,我遇到的比较蛋疼的是我已经安装过了openssl最新版本,但还是报错;所以我先试用yu