git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91101
13f79535-47bb-0310-9956-
ffa450edef68
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>]
}
#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
", sysvsem"
#endif
#if APR_HAS_PROC_PTHREAD_SERIALIZE
- ", proc_pthread"
+ ", pthread"
#endif
, NULL);
}