https://bz.apache.org/bugzilla/show_bug.cgi?id=61909
Bug ID: 61909
Summary: mod_fcgid FCGI_STDERR gets truncated
Product: Apache httpd-2
Version: 2.4.29
Hardware: PC
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mod_fcgid
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When a process sends large amounts of errorlog (stderr) to mod_fcgid only the
first APR_BUCKET_BUFF_SIZE (8000 bytes) get written to the log.
For me this happens when running php with mod_fcgid, sometimes i log
stacktraces to the error_log and this can easily exceed 8k when a few
notices/warnimgs/errors occur. So I am missing debug information.
It is pretty easy to reproduce by sending a large amount of data to stderr in
the handling process.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]