nginx資訊功能啟用

WBOY
發布: 2016-07-28 08:29:28
原創
947 人瀏覽過

 --with-http_stub_status_module  此模組功能是記錄nginx基本資訊存取狀態
1、檢查編譯器是否有此功能模組。
 [root@slave nginx]# /usr/sbin/nginx -V
nginx版本:nginx/1.8.0
由gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)建置
使用OpenSSL 1.0.1e-fips 2013 年2 月11 日建置
已啟用TLS SNI 支援
設定參數: --prefix=/usr/local/nginx --sbin-path=/usr /sbin/nginx --conf-path=/etc/nginx/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 --group=nginx --with-http_ssl_module --with-http_flv_module --with-http_realip_module --with-http_stub_status_module --with-http_gzip_static_module --http-pathent-body-temp-path=/var/var/var/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
[root@slave nginx]# 
2、在目錄下新增伺服器段
##status
   server {        Li >        server_name  status.wolf.com;
        location / {
           ionstub_status on    }
3、新增主機
[root@slave nginx] # vi /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1        lo 03 www.wolf.com bbs.wolf.com blog.wolf.com   Wolf.com status.wolf.com
新增
[root@slave nginx]# vi /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localg :1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.0.203 www.wolf.com bbs.wolf.com blog.wolf.com blog.wolf.com root@slave nginx]# /usr/sbin/nginx -t
nginx:設定檔/etc/nginx/nginx.conf語法沒問題
nginx:設定檔/etc/nginx/nginx.conf測試成功
5、重啟服務
[root@slave nginx]# /usr/sbin/nginx -s reload
6、測試
瀏覽器http://status.wolf.com/訪問
活動連線:5 
伺服器接受已處理的請求
 54 54 408 
閱讀:0 寫入:1 等待:4
[root@slave nginx]#curl status.wolf.com
活動連線:6 
伺服器接受已處理的請求
 55 55 414 
閱讀:0 寫入:1 等待:5
7、限制存取
##status
 🎜>7、限制存取
##status
   伺服器{
        聽      80;
        server_name  status.wolf.com;
        位置/ {允許192.168. 0.0/24;
拒絕所有;
        }
    }
8、存取日誌說明
活動連接– 活躍的連接數量
伺服器接受已處理的請求— 總共處理了11989個連接,成功創建了11989個連接,總共處理了11991個請求
reading — 讀取客戶端的連線數。
writing — 回應資料到客戶端的數量
waiting — 開啟keep-alive 的情況下,這個意思值等於active – (reading+writing), 就是Nginx 已經處理完正在等待下一次請求指令的駐留連接。
以上就介紹了nginx資訊功能啟用,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。


相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板