主頁(yè) > 知識(shí)庫(kù) > centos7編譯安裝nginx的方法步驟

centos7編譯安裝nginx的方法步驟

熱門標(biāo)簽:如何分析地圖標(biāo)注 新余高德地圖標(biāo)注怎么修改 電銷機(jī)器人價(jià)值 大連400電話如何申請(qǐng) 外呼系統(tǒng)坐席費(fèi)計(jì)入會(huì)計(jì)哪個(gè)科目 電銷機(jī)器人怎么接線路 撫順地圖標(biāo)注 高德地圖標(biāo)注好做嗎 達(dá)亞電銷機(jī)器人官網(wǎng)

安裝nginx編譯所需的lib庫(kù)

yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel
yum -y install pcre pcre-devel

查看pcre(正則庫(kù))版本

pcre-config --version

進(jìn)入編譯目錄

cd /usr/local/src

從官網(wǎng)下載最新的nginx(stable version穩(wěn)定版)

wget http://nginx.org/download/nginx-1.14.0.tar.gz

解壓nginx壓縮包

tar -zxvf nginx-1.14.0.tar.gz

進(jìn)入解壓目錄

cd nginx-1.14.0

運(yùn)行配置腳本(--prefix參數(shù)指定nginx安裝的目錄,默認(rèn)安裝在/usr/local/nginx )

./configure --prefix=/usr/local/nginx

編譯安裝nginx

make && make install

將nginx執(zhí)行命令軟鏈接到/usr/bin

ln -s /usr/local/nginx/sbin/nginx /usr/bin

啟動(dòng)nginx

nginx

設(shè)置開(kāi)機(jī)自啟動(dòng)

echo "/usr/local/nginx/sbin/nginx" >> /etc/rc.d/rc.local
chmod +x /etc/rc.d/rc.local

以上就是整個(gè)安裝過(guò)程...

執(zhí)行nginx -h查看相關(guān)命令

[root@localhost ~]# nginx -h
nginx version: nginx/1.14.0
Usage: nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g directives]

Options:
 -?,-h     : this help
 -v      : show version and exit
 -V      : show version and configure options then exit
 -t      : test configuration and exit
 -T      : test configuration, dump it and exit
 -q      : suppress non-error messages during configuration testing
 -s signal   : send signal to a master process: stop, quit, reopen, reload
 -p prefix   : set prefix path (default: /usr/local/nginx/)
 -c filename  : set configuration file (default: conf/nginx.conf)
 -g directives : set global directives out of configuration file

查看nginx安裝目錄

whereis nginx

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

標(biāo)簽:南通 衡水 海東 黃石 遼源 新鄉(xiāng) 楊凌 湖南

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《centos7編譯安裝nginx的方法步驟》,本文關(guān)鍵詞  centos7,編譯,安裝,nginx,的,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《centos7編譯安裝nginx的方法步驟》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于centos7編譯安裝nginx的方法步驟的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章