]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: ensure that MPMs return an error on runtime failure and hence that
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Oct 2014 16:54:31 +0000 (16:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Oct 2014 16:54:31 +0000 (16:54 +0000)
commit0b0cbd0173dd28da5cef557fc035b0baa08ac978
tree02e87d72ae2362cb468011de710fb5b9d0124043
parent09a9b6d132bab6a13189d74f255eec9579c16333
core: ensure that MPMs return an error on runtime failure and hence that
      httpd's main process also exits with an error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629925 13f79535-47bb-0310-9956-ffa450edef68
server/main.c
server/mpm/event/event.c
server/mpm/eventopt/eventopt.c
server/mpm/mpmt_os2/mpmt_os2.c
server/mpm/netware/mpm_netware.c
server/mpm/prefork/prefork.c
server/mpm/simple/simple_api.c
server/mpm/simple/simple_run.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c