Bug 64057 - mod_log_forensic: allow log entry to be written to r->notes only
Summary: mod_log_forensic: allow log entry to be written to r->notes only
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_log_forensic (show other bugs)
Version: 2.5-HEAD
Hardware: PC All
: P5 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-07 17:47 UTC by Eric Covener
Modified: 2020-01-07 17:49 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Covener 2020-01-07 17:47:20 UTC
Inspired by https://stackoverflow.com/questions/59627677/add-request-headers-to-apache-httpd-logs

It would be nice if mod_log_forensic's entry could be written to memory only and used in traditional LogFormat directives.    The log entry is already not written to a subpool of the request rec so this does not require using addl memory.