https://github.com/bitly/ngx_http_full_request_log
nginx module to log a full request
https://github.com/bitly/ngx_http_full_request_log
Last synced: 11 months ago
JSON representation
nginx module to log a full request
- Host: GitHub
- URL: https://github.com/bitly/ngx_http_full_request_log
- Owner: bitly
- Archived: true
- Created: 2010-12-15T19:26:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-08T14:28:05.000Z (almost 15 years ago)
- Last Synced: 2025-06-25T20:05:52.474Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 99.6 KB
- Stars: 32
- Watchers: 81
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
We developed this module in order to provide more insight into the specific
nature and content of requests you're receiving (or proxying to backend applications).
It can be globally enabled/disabled at the server level and additionally toggled
at any deeper granularity to log to a specific file for a given location/etc.
NOTE:
tested w/ nginx 0.7.67 on CentOS 64
FOR TESTING:
./configure --prefix=/bitly/local --with-http_stub_status_module --with-pcre=/bitly/src/pcre-7.8 --with-openssl=/bitly/src/openssl-0.9.8j --with-http_ssl_module --add-module=/bitly/src/github/ngx_http_full_request_log --with-debug