]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The pre_config hook now takes a return value. This allows modules to
authorAaron Bannert <aaron@apache.org>
Mon, 28 Jan 2002 23:49:40 +0000 (23:49 +0000)
committerAaron Bannert <aaron@apache.org>
Mon, 28 Jan 2002 23:49:40 +0000 (23:49 +0000)
commitd5fdaf9cfd13df146fd3b19ab07a88ff5bd91bcb
tree2665cd1f9e655a605a32a553e39100c1e0185537
parenta01fa5a9cbd3e82caf426941859d45f86b3908a7
The pre_config hook now takes a return value. This allows modules to
cause the server to bail out under error conditions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93063 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
include/ap_mmn.h
include/http_config.h
modules/arch/netware/mod_nw_ssl.c
modules/experimental/mod_example.c
modules/loggers/mod_log_config.c
modules/metadata/mod_headers.c
modules/ssl/mod_ssl.c
server/config.c
server/main.c
server/mpm/beos/beos.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_os2/mpmt_os2.c
server/mpm/netware/mpm_netware.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c