Project

General

Profile

Actions

Feature #1789

closed

RFE: allow to log request body (postdata) by lighttpd

Added by Anonymous over 15 years ago. Updated over 15 years ago.

Status:
Wontfix
Priority:
Normal
Category:
core
Target version:
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

Actions #1

Updated by stbuehler over 15 years ago

  • Tracker changed from Bug to Feature
Actions #2

Updated by stbuehler over 15 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