通過Debug資訊調試Nginx

來源:互聯網
上載者:User
關鍵字 Debug nginx 資訊調試

如果需要對Nginx進行詳細調試,就需要查看其HTTP://www.aliyun.com/zixun/aggregation/10818.html">Debug資訊。 而預設情況下這些資訊是不記錄的,下面的方法告訴你如何查看這些資訊。

只調試一個連接,將nginx的設定檔修改成這樣:
error_log /var/log/nginx/errors;
events {
debug_connection 192.168.1.1;
}

設置 error_log,讓其輸出debug資訊

Syntax: error_log file [ debug | info | notice | warn | error | crit ]
Default: ${prefix}/logs/error.log

編譯Nginx 的時候用這個選項: –with-debug, 可以看到debug資訊,配置輸出格式:

error_log LOGFILE [ debug_core | debug_alloc | debug_mutex | debug_event
| debug_HTTP | debug_imap];

log_format access ‘$remote_addr – $remote_user [$time_local] 「$request」 ‘
‘$status $body_bytes_sent 「$HTTP_referer」 ‘
‘」$HTTP_user_agent」 $HTTP_x_forwarded_for’;
access_log /var/log/nginx/access.log access;

好,重啟nginx,可以訪問頁面,進行調試了。

來自 Nginx中文網:HTTP://www.nginx.com.cn/?p=354

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.