]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ext_filter: check exit status of filter processes
authorGiovanni Bechis <gbechis@apache.org>
Tue, 6 Jun 2023 22:02:37 +0000 (22:02 +0000)
committerGiovanni Bechis <gbechis@apache.org>
Tue, 6 Jun 2023 22:02:37 +0000 (22:02 +0000)
commite466de0c0ca858be2d5bc1ebb446ef4b4dd0a4e6
tree136475a861ca4244e228b32e131b721c26e217dd
parent333d0e1f728d25b750bb08c108d6c19733b7d499
mod_ext_filter: check exit status of filter processes

Whenever a filter process returns a non-zero exit status, or is killed
by a signal, return a HTTP 500 error, and log the reason.
Ran top-level make update-log-msg-tags to update APLOGNO numbers.

Submitted by: Dimitry Andric <dimitry@unified-streaming.com>

Github: closes #296

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910267 13f79535-47bb-0310-9956-ffa450edef68
docs/log-message-tags/next-number
modules/filters/mod_ext_filter.c