Commit 42eb998
committed
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: 506691 parent c8a53d1 commit 42eb998
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
| 860 | + | |
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| |||
0 commit comments