]> granicus.if.org Git - apache/commit
mod_slotmem_shm: follow up to r1831869.
authorYann Ylavic <ylavic@apache.org>
Fri, 18 May 2018 16:48:34 +0000 (16:48 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 18 May 2018 16:48:34 +0000 (16:48 +0000)
commit6473ad7a0b5e041f32a2775368071dc517dee1a8
treed95e19bfff4b45dc8e40884b6f10e2e86462e701
parent9fa142563c3bcddafcb892d59c458c87ec278a16
mod_slotmem_shm: follow up to r1831869.

Don't try to attach SHMs on startup, they might be from a previous crash and
prevent the server to start (on failure to reuse it).

On mpm_winnt though, the pre/post_config() phases are re-run in child process,
and the parent process already created the SMs, so they must be attached there.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1831870 13f79535-47bb-0310-9956-ffa450edef68
modules/slotmem/mod_slotmem_shm.c