]> granicus.if.org Git - apache/commit
Call apr_random_after_fork() manually in the child processes because the MPMs
authorStefan Fritsch <sf@apache.org>
Mon, 7 Nov 2011 18:46:47 +0000 (18:46 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 7 Nov 2011 18:46:47 +0000 (18:46 +0000)
commit7c5a4c2bc9abf7d4dc1f329842cdb8d47c05862e
tree477795076a58363bd3b6e738831b3c90b5c2db73
parent629d9075cb439b3329a09a9f841bbf883453fd0b
Call apr_random_after_fork() manually in the child processes because the MPMs
use plain fork() and not apr_proc_fork().
Also add some workaround for APR not changing the RNG state in the parent.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198868 13f79535-47bb-0310-9956-ffa450edef68
include/mod_core.h
server/core.c
server/mpm_common.c