Loading CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0.26-dev *) Switch proc_pthread AcceptMutex configuration directive to pthread to be consistent with 1.3. [Justin Erenkrantz] *) Cache apr_explode_localtime() value for 15 seconds. [Brian Pane <bpane@pacbell.net>] Loading server/mpm_common.c +2 −2 Original line number Diff line number Diff line Loading @@ -604,7 +604,7 @@ AP_DECLARE(const char *) ap_mpm_set_accept_lock_mech(cmd_parms *cmd, } #endif #if APR_HAS_PROC_PTHREAD_SERIALIZE else if (!strcasecmp(arg, "proc_pthread")) { else if (!strcasecmp(arg, "pthread")) { ap_accept_lock_mech = APR_LOCK_PROC_PTHREAD; } #endif Loading @@ -621,7 +621,7 @@ AP_DECLARE(const char *) ap_mpm_set_accept_lock_mech(cmd_parms *cmd, ", sysvsem" #endif #if APR_HAS_PROC_PTHREAD_SERIALIZE ", proc_pthread" ", pthread" #endif , NULL); } Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0.26-dev *) Switch proc_pthread AcceptMutex configuration directive to pthread to be consistent with 1.3. [Justin Erenkrantz] *) Cache apr_explode_localtime() value for 15 seconds. [Brian Pane <bpane@pacbell.net>] Loading
server/mpm_common.c +2 −2 Original line number Diff line number Diff line Loading @@ -604,7 +604,7 @@ AP_DECLARE(const char *) ap_mpm_set_accept_lock_mech(cmd_parms *cmd, } #endif #if APR_HAS_PROC_PTHREAD_SERIALIZE else if (!strcasecmp(arg, "proc_pthread")) { else if (!strcasecmp(arg, "pthread")) { ap_accept_lock_mech = APR_LOCK_PROC_PTHREAD; } #endif Loading @@ -621,7 +621,7 @@ AP_DECLARE(const char *) ap_mpm_set_accept_lock_mech(cmd_parms *cmd, ", sysvsem" #endif #if APR_HAS_PROC_PTHREAD_SERIALIZE ", proc_pthread" ", pthread" #endif , NULL); } Loading