中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

贺兰县| 紫金县| 封丘县| 于都县| 万安县| 清远市| 黑龙江省| 厦门市| 宜阳县| 梨树县| 泊头市| 江川县| 黑龙江省| 保靖县| 涿州市| 天峨县| 庄浪县| 安吉县| 开封市| 夹江县| 奎屯市| 通州区| 阜新市| 霍州市| 友谊县| 怀宁县| 宁乡县| 黄浦区| 古丈县| 衡阳市| 泰安市| 柳林县| 长宁县| 正阳县| 鞍山市| 荃湾区| 江北区| 交城县| 平凉市| 方城县| 台中县|