国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專(zhuān)欄INFORMATION COLUMN

CentOS7 安裝 Nginx

沈建明 / 840人閱讀

摘要:檢查是否已經(jīng)安裝如果已安裝,使用命令刪除。安裝解壓縮進(jìn)入解壓后的文件夾檢查環(huán)境依賴(lài),最后會(huì)提供如下的配置信息編譯安裝執(zhí)行后提示的配置信息運(yùn)行中包含四個(gè)主要的目錄配置文件默認(rèn)的訪問(wèn)路徑各種日志信息二進(jìn)制啟動(dòng)腳本運(yùn)行查看運(yùn)行進(jìn)程

YUM 安裝

1.下載nginx包

wget http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm

2.建立nginx的yum倉(cāng)庫(kù)

rpm -ivh nginx-release-centos-7-0.el7.ngx.noarch.rpm

3.下載并安裝nignx

yum install nginx

4.啟動(dòng)nginx服務(wù)

systemctl start nginx

5.如果在瀏覽器中輸入部署nginx環(huán)境的IP不能訪問(wèn),可能是端口沒(méi)有開(kāi)啟

firewall-cmd --zone=public --add-port=80/tcp --permanent

重啟防火墻

systemctl stop firewalld.service   
systemctl start firewalld.service

命令含義:

--zone #作用域

--add-port=80/tcp #添加端口,格式為:端口/通訊協(xié)議

--permanent #永久生效,沒(méi)有此參數(shù)重啟后失效

源碼編譯安裝 下載 Nginx 安裝包

訪問(wèn) Nginx 下載頁(yè)面,這里下載固定版本:wget http://nginx.org/download/nginx-1.14.2.tar.gz

檢查是否已經(jīng)YUM安裝

如果已安裝,使用 yum remove nginx 命令刪除。

?  ~ yum list installed | grep nginx
nginx.x86_64                           1:1.12.2-2.el7                 @epel
nginx-all-modules.noarch               1:1.12.2-2.el7                 @epel
nginx-filesystem.noarch                1:1.12.2-2.el7                 @epel
nginx-mod-http-geoip.x86_64            1:1.12.2-2.el7                 @epel
nginx-mod-http-image-filter.x86_64     1:1.12.2-2.el7                 @epel
nginx-mod-http-perl.x86_64             1:1.12.2-2.el7                 @epel
nginx-mod-http-xslt-filter.x86_64      1:1.12.2-2.el7                 @epel
nginx-mod-mail.x86_64                  1:1.12.2-2.el7                 @epel
nginx-mod-stream.x86_64                1:1.12.2-2.el7                 @epel
安裝 Nginx
# 解壓縮
?  tar -xvf nginx-1.14.2.tar.gz
# 進(jìn)入解壓后的文件夾
?  cd nginx-1.14.2
# 檢查環(huán)境依賴(lài),最后會(huì)提供如下的配置信息
?  ./configure
# 編譯安裝
?  make && make install

./configure 執(zhí)行后提示的 nginx 配置信息:

nginx path prefix: "/usr/local/nginx"
nginx binary file: "/usr/local/nginx/sbin/nginx"
nginx modules path: "/usr/local/nginx/modules"
nginx configuration prefix: "/usr/local/nginx/conf"
nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
nginx pid file: "/usr/local/nginx/logs/nginx.pid"
nginx error log file: "/usr/local/nginx/logs/error.log"
nginx http access log file: "/usr/local/nginx/logs/access.log"
nginx http client request body temporary files: "client_body_temp"
nginx http proxy temporary files: "proxy_temp"
nginx http fastcgi temporary files: "fastcgi_temp"
nginx http uwsgi temporary files: "uwsgi_temp"
nginx http scgi temporary files: "scgi_temp"
運(yùn)行 Nginx

/usr/local/nginx 中包含四個(gè)主要的目錄:

conf:配置文件
html:默認(rèn)的 nginx 訪問(wèn)路徑
logs:各種日志信息
sbin:二進(jìn)制啟動(dòng)腳本
# 運(yùn)行 nginx
/usr/local/nginx/sbin/nginx
# 查看運(yùn)行進(jìn)程
ps -ef | grep nginx

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/39463.html

相關(guān)文章

  • CentOS學(xué)習(xí)筆記 - 12. Nginx搭建Centos7.5遠(yuǎn)程repo

    摘要:搭建服務(wù)器因?yàn)檫@次我們實(shí)際上有在線安裝和離線安裝的不同的需求。參數(shù)可選需要重啟生效。改為后,顯示出文件的大概大小,單位是或者或者而默認(rèn)為,顯示的文件時(shí)間為時(shí)間。 Nginx搭建repo服務(wù)器 因?yàn)檫@次我們實(shí)際上有在線安裝和離線安裝的不同的需求。所以我們同時(shí)采用了兩種方法來(lái)安裝nginx。 1. 在線安裝nginx 安裝nginx對(duì)應(yīng)的源 rpm -Uvh http://nginx.or...

    chengtao1633 評(píng)論0 收藏0
  • 虛擬機(jī)Linux Centos7搭建web環(huán)境(LNMP)

    摘要:本文內(nèi)容是,如何在下快速搭建環(huán)境。虛擬機(jī)實(shí)體機(jī)環(huán)境都可以。按照提示,輸入。 本文內(nèi)容是,如何在Linux centos7下快速搭建LNMP環(huán)境。虛擬機(jī)、實(shí)體機(jī)環(huán)境都可以。另外,安裝教程參考的是,下面這篇文章進(jìn)行文字排版和內(nèi)容擴(kuò)充,感謝hcchanqing作者。CentOS6.2 yum安裝配置LNMP服務(wù)器(Nginx+PHP+MySQL) 特別提醒:本文系統(tǒng)用的Centos7,是7!...

    Enlightenment 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<