You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/12/15 12:35:43 UTC

[Bug 61909] mod_fcgid FCGI_STDERR gets truncated

https://bz.apache.org/bugzilla/show_bug.cgi?id=61909

Merijn van den Kroonenberg <me...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |merijnvdk@apache.org

--- Comment #1 from Merijn van den Kroonenberg <me...@apache.org> ---
Created attachment 35615
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35615&action=edit
fix to write the entire stderr to the logfile

fcgid_bucket.c: changed the FCGI_STDERR handling so it keeps reading STDERR
data in multiple batches if the internal buffersize of APR_BUCKET_BUFF_SIZE
(8000 bytes) is exceeded. It tries to prevent chopping up lines in stderr so
there are no broken up lines in the error log. 

We are using this in production for 2 months now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org