]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add --enable-sigusr2 to use SIGUSR2 rather than SIGWINCH for graceful
authorJoe Orton <jorton@apache.org>
Mon, 19 Jan 2026 11:05:38 +0000 (11:05 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 19 Jan 2026 11:05:38 +0000 (11:05 +0000)
commitc8a53d147cb834fce06f88b055a4bb6ba3219df2
tree644c31d12b396fb55be38e65817198801ab4a6f2
parent954d76b9029e06296ec425c4d2e0c6a14600becd
Add --enable-sigusr2 to use SIGUSR2 rather than SIGWINCH for graceful
stop, which requires APR 1.7+.

* configure.in: Add --enable-sigusr2; define AP_SIG_GRACEFUL_STOP* in
  ap_config.h.

* include/mpm_common.h: Define AP_SIG_GRACEFUL_STOP* conditionally.

* server/mpm/prefork/prefork.c (child_main): Don't mention SIGWINCH.

PR: 50669
Github: closes #595

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931418 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/pr50669.txt [new file with mode: 0644]
configure.in
include/mpm_common.h
server/mpm/prefork/prefork.c