阿裏雲 centos6.5 nginx編譯安裝

  1. 新聞資(zī)訊
  2. 技術百科
公司新聞 案例分(fēn)享 技術百科 行業動态

阿裏雲 centos6.5 nginx編譯安裝

來源:奇站網絡 浏覽量:1563 發布日期: 2018-03-01

一(yī)、普通安裝

安裝zlib 庫

  1. yum install zlib-devel

pcre

下(xià)載pcre并解壓

  1. tar -xvf pcre-8.35.tar.gz

配置安裝

下(xià)載nginx并解壓,在解壓目錄下(xià)執行命令

  1. ./configure --prefix=/opt/nginx --with-pcre=/opt/pcre-8.35/
  2. make
  3. make install

二、支持https

指定模塊

  1. ./configure --prefix=/opt/nginx --with-pcre=/opt/pcre-8.35/ --with-http_ssl_module

報錯

1、報錯You need a C++ compiler for C++ support
  1. yum install -y gcc gcc-c++
2、報錯SSL modules require the OpenSSL library
  1. yum -y install openssl openssl-devel
标簽:

廈門市中資源網絡服務有限公司

電(diàn)話(huà):13313868605

QQ:3413772931

地址:廈門集美區軟件園三期


                    掃一(yī)掃加我(wǒ)咨詢