]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Where the OS allows, we now proactively use the various _ex and
authorJim Jagielski <jim@apache.org>
Thu, 12 Dec 2002 16:09:52 +0000 (16:09 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 12 Dec 2002 16:09:52 +0000 (16:09 +0000)
commit757b56d928cb7779b5055aa7a74603ef5e89f524
tree247a4827c6e6453300c40ccbf1caa43ff7c35c56
parent19cbba37b855cd40a46491b28e2d559531ebb437
Where the OS allows, we now proactively use the various _ex and
magic cleanups to close fds (lock files, log files and sockets)
to prevent them from leaking into 3rd party modules that don't
call ap_cleanup_for_exec() before forking off subprocesses.

Expect some possible fine-tuning.

Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97896 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
src/CHANGES
src/include/ap_alloc.h
src/include/ap_mmn.h
src/main/alloc.c
src/main/http_main.c
src/main/rfc1413.c
src/modules/proxy/proxy_connect.c
src/modules/proxy/proxy_ftp.c
src/modules/proxy/proxy_http.c
src/modules/standard/mod_log_agent.c
src/modules/standard/mod_log_config.c
src/modules/standard/mod_log_referer.c
src/modules/standard/mod_rewrite.c
src/os/netware/mod_log_nw.c