Actions
Feature #1789
closedRFE: allow to log request body (postdata) by lighttpd
ASK QUESTIONS IN Forums:
Description
Currently there is only a option to log the request header, but no option to log the entire request. To debug some issues, it would be sometimes helpful to be able to log the whole request.
-- opensource
Updated by stbuehler about 16 years ago
- Status changed from New to Wontfix
- Patch available set to No
I don't think this is important enough to invest the time writing and maintaining the necessary code; just use a network sniffer if you want to get complete requests or use strace.
And a request body may contain binary content which doesn't look good in a log file.
Actions
Also available in: Atom