1. 程式人生 > >編譯安裝帶openssl的nginx的方法

編譯安裝帶openssl的nginx的方法

openssl nginx http_ssl_module with-openssl

1、如果用的是yum裏最新版本的openssl-devel,編譯nginx時候可以用./configure --with-http_ssl_module


2、如果openssl是用源碼包升過級的,那編譯時候用./configure --with-openssl=/root/tmp/openssl-1.0.2k

等號後面跟的是openssl的源碼所在目錄兒,也就是tar.gz解壓後那個。


編譯安裝帶openssl的nginx的方法