]> granicus.if.org Git - apache/commit
Use ap_state_query() to fix many modules that were not correctly initializing
authorStefan Fritsch <sf@apache.org>
Sat, 12 Feb 2011 21:23:56 +0000 (21:23 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 12 Feb 2011 21:23:56 +0000 (21:23 +0000)
commit385da96d507220d60fe000c72b3867992032c0d2
tree469b3571eee751bd078d099a730f7580a1a10293
parentd6de9e9f67189d8ac673b9af0be40f5101d907ef
Use ap_state_query() to fix many modules that were not correctly initializing
if they were not active during server startup but got enabled later during a
graceful restart (in which case they need to do all work during a single
config run).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070153 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
CHANGES
modules/aaa/mod_auth_digest.c
modules/cluster/mod_heartmonitor.c
modules/core/mod_watchdog.c
modules/examples/mod_example_ipc.c
modules/generators/mod_cgid.c
modules/ldap/util_ldap.c
modules/mappers/mod_rewrite.c
modules/proxy/balancers/mod_lbmethod_heartbeat.c
modules/proxy/mod_proxy_balancer.c
modules/session/mod_session_crypto.c
modules/slotmem/mod_slotmem_shm.c
modules/ssl/ssl_scache.c