nginx:[emerg]unknown directive "ssl"

Posted 威流微信公众平台开发研究工作室

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx:[emerg]unknown directive "ssl"相关的知识,希望对你有一定的参考价值。

nginx: [emerg] unknown directive "ssl" in /usr/local/nginx/conf/nginx.conf:102

 

到解压的nginx目录下

./configure --with-http_ssl_module

 

当执行上面语句,出现./configure: error: SSL modules require the OpenSSL library.

用 yum -y install openssl openssl-devel

再执行./configure

 

重新执行./configure --with-http_ssl_module

make ,切记不能make install 会覆盖。

 

把原来nginx备份

cp /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.bak

 

把新的nginx覆盖旧的

cp objs/nginx /usr/local/nginx/sbin/nginx

出现错误时cp: cannot create regular file ‘/usr/local/nginx/sbin/nginx’: Text file busy

 

用cp -rfp objs/nginx /usr/local/nginx/sbin/nginx解决

测试nginx是否正确

/usr/local/nginx/sbin/nginx -t

(nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful)

重启nginx

/usr/local/nginx/sbin/nginx -s reload

 

以上是关于nginx:[emerg]unknown directive "ssl"的主要内容,如果未能解决你的问题,请参考以下文章

报错锦集二“nginx: [emerg] unknown directive “set_real_ip_from“ in /usr/local/nginx/conf/nginx.conf:50 ngi

Nginx 突然无法启动 出现 unknown directive “?诺“错误 报错记录

使用 nginx 配置项的好习惯

使用 nginx 配置项的好习惯

NGINX未知指令流

如何更正'nginx:[emerg]“流”指令在这里不允许'