--with-openssl
指定nginx ssl模块依赖的ssl库
只使用-with-http_ssl_modulel 表示启动nginx的 ssl模块 (依赖openssl库 如果没有使用with-openssl 指定源码位置(已经安装过存在configure文件) 则使用系统自带的openssl)
通常两个一起使用
版权声明:本文为pzqingchong原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
--with-openssl
指定nginx ssl模块依赖的ssl库
只使用-with-http_ssl_modulel 表示启动nginx的 ssl模块 (依赖openssl库 如果没有使用with-openssl 指定源码位置(已经安装过存在configure文件) 则使用系统自带的openssl)
通常两个一起使用