亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux下信用盤程序搭建PHP+Nginx環境搭建

發布時間:2020-08-08 18:03:11 來源:ITPUB博客 閱讀:212 作者:buhuiguaini 欄目:建站服務器

Nginx服務:信用盤程序搭建q<115.28.8.00.9.9>

安裝依賴包

    安裝:

    # yum -y install build-essential

    安裝:更多依賴包

    # yum -y install gcc automake autoconf libtool make

    安裝:g++

    # yum -y install gcc gcc-c++

安裝PCRE庫

選定源碼目錄 ==> ftp下載PCRE庫 ==> 安裝PCRE庫

# cd /usr/local/src

# wget ftp://ftp.pcre.org/pub/pcre/pcre-8.42.tar.gz

# tar -zxvf pcre-8.42.tar.gz

# cd /pcre-8.42

# ./configure

# make && make install

安裝zlib源碼包

下載zlib源碼包 ==> 安裝zlib包

# cd /usr/local/src

# wget http://zlib.net/zlib-1.2.11.tar.gz

# tar -zxvf zlib-1.2.11.tar.gz

# cd zlib-1.2.11

# ./configure

# make && make install

安裝openssl源碼包

# cd /usr/local/src

# wget https://www.openssl.org/source/openssl-1.1.0k.tar.gz

# tar -zxvf openssl-1.1.0k.tar.gz

# cd ./openssl-1.1.0k

# ./configure

# make && make install

安裝Nginx

# cd /usr/local/src

# wget http://nginx.org/download/nginx-1.16.1.tar.gz

# tar -zxvf nginx-1.16.1.tar.gz

# cd nginx-1.16.1

# groupadd -r nginx
# useradd -r -g nginx nginx

# ./configure \
--prefix=/usr/local/nginx \
--sbin-path=/usr/local/nginx/sbin/nginx \
--conf-path=/usr/local/nginx/nginx.conf \
--pid-path=/usr/local/nginx/nginx.pid \
--user=nginx \
--group=nginx \
--with-http_ssl_module \
--with-http_flv_module \
--with-http_mp4_module  \
--with-http_stub_status_module \
--with-http_gzip_static_module \
--http-client-body-temp-path=/var/tmp/nginx/client/ \
--http-proxy-temp-path=/var/tmp/nginx/proxy/ \
--http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ \
--http-uwsgi-temp-path=/var/tmp/nginx/uwsgi \
--http-scgi-temp-path=/var/tmp/nginx/scgi \
--with-pcre=/usr/local/src/pcre-8.42 \
--with-zlib=/usr/local/src/zlib-1.2.11 \
--with-openssl=/usr/local/src/openssl-1.1.0k \

[注:當前所在目錄一定要是/usr/local/src/nginx-1.16.1

--with-pcre=/usr/local/src/pcre-8.41 指的是pcre-8.42 的源碼路徑。

--with-zlib=/usr/local/src/zlib-1.2.11 指的是zlib-1.2.11 的源碼路徑。

--with-openssl=/usr/local/src/openssl-1.1.0g 指的是openssl-1.1.0k 的源碼路徑。]

# make && make install

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

勃利县| 宿松县| 山阳县| 浪卡子县| 汉沽区| 山东| 岢岚县| 青冈县| 南木林县| 珲春市| 康平县| 城固县| 博兴县| 容城县| 新邵县| 德令哈市| 卢氏县| 定日县| 靖江市| 巴东县| 临沧市| 洱源县| 德江县| 施秉县| 凤冈县| 蒲江县| 新乡市| 砀山县| 墨江| 师宗县| 柘城县| 苏尼特右旗| 新泰市| 保德县| 南投市| 新密市| 开远市| 普兰店市| 马关县| 陵川县| 许昌市|