]> granicus.if.org Git - apache/commit
Add "AcceptErrorsNonFatal" directive
authorEric Covener <covener@apache.org>
Thu, 4 Jan 2018 15:10:45 +0000 (15:10 +0000)
committerEric Covener <covener@apache.org>
Thu, 4 Jan 2018 15:10:45 +0000 (15:10 +0000)
commit98e9503120f43ea96c824429a95edc9577d1d5a4
tree3620202bf1b191c6f9f5b3d2cf71272cbd830ffa
parent3a216c27765c5a982942c7f906c7e516ee5fd903
Add "AcceptErrorsNonFatal" directive

This tweaks accept() failure processing by having ap_unixd_accept
pass more errors up, and having the MPM's check against a macro
to see if they are in a whitelist of non ENETDOWN/EMFILE kind
of potential process-wide errors.

Default behavior is still to exit.

edit: MMN bump in 1820099.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820098 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mpm_common.xml
include/ap_listen.h
os/unix/unixd.c
server/listen.c
server/mpm/event/event.c
server/mpm/motorz/motorz.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c