nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解

nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解

ID:8808894

大?。?94.80 KB

頁數(shù):36頁

時間:2018-04-08

nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解_第1頁
nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解_第2頁
nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解_第3頁
nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解_第4頁
nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解_第5頁
資源描述:

《nginx反向代理、負載均衡、頁面緩存、url重寫及讀寫分離詳解》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫

1、大綱一、前言二、環(huán)境準備三、安裝與配置Nginx四、Nginx之反向代理五、Nginx之負載均衡六、Nginx之頁面緩存七、Nginx之URL重寫八、Nginx之讀寫分離注:操作系統(tǒng)為CentOS6.5x84_64,Nginx是最新版1.4.4一、前言在前面的幾篇博文中我們主要講解了Nginx作為Web服務(wù)器知識點,主要的知識點有nginx的理論詳解、nginx作為web服務(wù)器的操作講解、nginx作為LNMP架構(gòu)的講解,不清楚的博友可以回頭看看,在這一篇博客中我們主要講解,nginx的反向代理

2、、負載均衡、緩存、URL重寫以及讀寫分離詳解。好了,下面我們來具體說一說。二、環(huán)境準備1.操作系統(tǒng):CentOS6.5x84_642.軟件:Nginx1.4.44.安裝源:[root@localhostnginx]#rpm-ivhhttp://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm[root@web1~]#rpm-ivhhttp://download.fedoraproject.org/pu

3、b/epel/6/x86_64/epel-release-6-8.noarch.rpm5.各節(jié)點時間同步(root@nginx~)#ntpdate202.120.2.101  (root@web1~)#ntpdate202.120.2.101  (root@web2~)#ntpdate202.120.2.1016.關(guān)閉防火墻與selinux#serviceiptablesstopchkconfigiptablesoffgetenforce三.安裝Nginx1.解壓[root@localhostn

4、ginx]#tar-zxvfnginx-1.4.4.tar.gz2.新建nginx用戶與組[root@localhostnginx]#groupadd-g108-rnginx[root@localhostnginx]#useradd-u108-r-g108nginx[root@localhostnginx]#idnginx3.準備編譯配置文件[root@localhostnginx]#yum-yinstallpcre-developenssl-devel[root@localhostnginx-

5、1.4.4]#./configure--prefix=/usr/--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.log--pid-path=/var/run/nginx/nginx.pid--lock-path=/var/lock/nginx.lock--user=nginx--w

6、ith-http_ssl_module--with-http_flv_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-uw

7、sgi-temp-path=/var/tmp/nginx/uwsgi--http-scgi-temp-path=/var/tmp/nginx/scgi--with-pcre4.編譯安裝[root@localhostnginx-1.4.4]#make&&makeinstall5.為nginx提供SysVinit腳本[root@localhostnginx-1.4.4]#cat/etc/init.d/nginx#!/bin/sh##nginx-thisscriptstartsandstopsthen

8、ginxdaemon##chkconfig:-8515#description:NginxisanHTTP(S)server,HTTP(S)reverse#proxyandIMAP/POP3proxyserver#processname:nginx#config:/etc/nginx/nginx.conf#config:/etc/sysconfig/nginx#pidfile:/var/run/nginx.pid#Sourcefunctionlibrary../etc/rc.d/init.d/

當前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動畫的文件,查看預(yù)覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內(nèi)容,確認文檔內(nèi)容符合您的需求后進行下載,若出現(xiàn)內(nèi)容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡(luò)波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。