一、普通安裝
安裝zlib 庫(kù)
yum install zlib-devel
pcre
下載pcre并解壓
tar -xvf pcre-8.35.tar.gz
配置安裝
下載nginx并解壓,在解壓目錄下執(zhí)行命令
./configure --prefix=/opt/nginx --with-pcre=/opt/pcre-8.35/
make
make install
二、支持https
指定模塊
./configure --prefix=/opt/nginx --with-pcre=/opt/pcre-8.35/ --with-http_ssl_module
報(bào)錯(cuò)
1、報(bào)錯(cuò)You need a C++ compiler for C++ support
yum install -y gcc gcc-c++
2、報(bào)錯(cuò)SSL modules require the OpenSSL library
yum -y install openssl openssl-devel
- 版權(quán)所有:奇站網(wǎng)絡(luò) 轉(zhuǎn)載請(qǐng)注明出處
- 廈門(mén)奇站網(wǎng)絡(luò)科技有限公司,專(zhuān)業(yè)提供網(wǎng)站建設(shè),響應(yīng)式網(wǎng)站建設(shè),小程序開(kāi)發(fā),系統(tǒng)定制開(kāi)發(fā)。
- 軟件開(kāi)發(fā)咨詢(xún)熱線(xiàn):吳小姐 13313868605