摘要:?jiǎn)?dòng)關(guān)閉檢查配置文件是否正確可以看到編譯選項(xiàng)啟動(dòng)啟動(dòng)配置文件重新載入配置文件重啟,不會(huì)改變啟動(dòng)時(shí)指定的配置文件停止或
一、安裝編譯工具及庫(kù)文件
yum -y install make zlib zlib-devel gcc gcc-c++ libtool openssl openssl-devel pcre pcre-devel //PCRE 作用是讓 Nginx 支持 Rewrite 功能二、安裝Nginx
1、下載Nginx至文件夾/usr/local內(nèi)
cd /usr/local/ //進(jìn)入目標(biāo)目錄 wget http://nginx.org/download/nginx-1.14.1.tar.gz //下載nginx,選擇穩(wěn)定版本
2、解壓縮文件包
tar zxvf nginx-1.14.1.tar.gz
3、進(jìn)入安裝目錄,編譯安裝
./configure --prefix=/app/nginx --with-http_stub_status_module --with-pcre --with-http_ssl_module make make install
安裝完成后的摘要信息:
Configuration summary + using system PCRE library + using system OpenSSL library + using system zlib library nginx path prefix: "/app/nginx" nginx binary file: "/app/nginx/sbin/nginx" nginx modules path: "/app/nginx/modules" nginx configuration prefix: "/app/nginx/conf" nginx configuration file: "/app/nginx/conf/nginx.conf" nginx pid file: "/app/nginx/logs/nginx.pid" nginx error log file: "/app/nginx/logs/error.log" nginx http access log file: "/app/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"
4、查看Nginx版本
/app/nginx/sbin/nginx -v #到此,nginx安裝完成。
5、啟動(dòng)、關(guān)閉Nginx
檢查配置文件是否正確
/app/nginx/sbin/nginx -t /app/nginx/sbin/nginx -V //可以看到編譯選項(xiàng)
啟動(dòng)Nginx
/app/nginx/sbin/nginx // 啟動(dòng) /usr/local/nginx/conf/nginx.conf //配置文件
重新載入配置文件
/app/nginx/sbin/nginx -s reload
重啟Nginx,不會(huì)改變啟動(dòng)時(shí)指定的配置文件
/app/nginx/sbin/nginx -s reopen
停止Nginx
/app/nginx/sbin/nginx -s stop #或 pkill nginx
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/40192.html
摘要:是一個(gè)能快速搭建環(huán)境的工具,它能快速的將和部署到你的服務(wù)器中,是部署環(huán)境就如同環(huán)境那樣簡(jiǎn)單快速,讓人愉悅。在上跑一般只有在生產(chǎn)環(huán)境下才會(huì)使用,因而默認(rèn)下就是環(huán)境設(shè)置為生產(chǎn)環(huán)境,而初始化時(shí)默認(rèn)沒有對(duì)生產(chǎn)環(huán)境進(jìn)行密鑰配置。 passenger passenger是一個(gè)能快速搭建web環(huán)境的工具,它能快速的將nginx和passenger部署到你的服務(wù)器中,是部署ruby環(huán)境就如同php環(huán)...
摘要:一準(zhǔn)備工具安裝到本地目錄文件名徹底刪除文件夾二和環(huán)境配置我安裝在虛擬機(jī)的上,壓縮包放在了里面解壓在了里頭按一下鍵,末尾添加按一下鍵,退出編輯重新加載配置文件查看有沒有自帶卸載創(chuàng)建文件夾用遠(yuǎn)程文件上傳的軟件連接的,這里使用的軟 一、準(zhǔn)備SecureCRT工具安裝到本地http://www.jb51.net/softjc/55...https://jingyan.baidu.com/art...
閱讀 3444·2021-09-08 10:46
閱讀 1180·2019-08-30 13:17
閱讀 2358·2019-08-30 13:05
閱讀 1200·2019-08-29 15:29
閱讀 2882·2019-08-29 11:31
閱讀 533·2019-08-26 12:13
閱讀 1532·2019-08-26 11:42
閱讀 1818·2019-08-23 18:37