PR: 10074
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95832
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.40
+ *) Fix perchild to work with apachectl by adding -k support to perchild.
+ PR 10074 [Jeff Trawick]
+
*) Fix a silly htpasswd.c logic error that incorrectly reported that
both -c and -n had been used. PR 9989 [Cliff Woolley]
#define AP_MPM_WANT_SET_MAX_REQUESTS
#define AP_MPM_WANT_SET_COREDUMPDIR
#define AP_MPM_WANT_SET_ACCEPT_LOCK_MECH
+#define AP_MPM_WANT_SIGNAL_SERVER
#define AP_MPM_USES_POD
#define MPM_CHILD_PID(i) (ap_scoreboard_image->parent[i].pid)
module AP_MODULE_DECLARE_DATA mpm_perchild_module = {
MPM20_MODULE_STUFF,
- NULL, /* hook to run before apache parses args */
+ ap_mpm_rewrite_args, /* hook to run before apache parses args */
NULL, /* create per-directory config structure */
NULL, /* merge per-directory config structures */
perchild_create_config, /* create per-server config structure */