History of Changes | ![]() |
Version 0.2 (2004/02/10) | ||
-
Implement stop/restart/graceful. All this requires is proper
management of the callback process: call apr_proc_fork() with
a process structure allocated in the (long-lived) process->pool
of the main server_rec, then tell that pool to keep track of the
subprocess using apr_pool_note_subprocess. Also, do the registration
and callback child fork the second time the post_config hook is run.
The first time appears to happen in some kind of bootstrap process
which goes away, and forking the child from there orphans it.
(ST) -
Only fork callback child if APR_HAS_FORK is defined. This
is a conditional for the very existence of apr_proc_fork(), and
I assume this isn't set on Win32 where we don't have to use the
callback child anyway.
(ST) -
Relicense under ASF 2.0 license.
(ST) -
Port to Howl 0.9.2.
(ST) -
Factored host registration code out of post_config hook handler
so the code gets easier to read.
(ST) -
Re-indented and reformatted closer to ASF code style.
(ST) -
Add Forrest-based documentation
(ST)
Version 0.1 (2003/11/24) | ||
-
Add Makefile stuff from apxs -g, with modifications to
get actual apxs script from environment variable.
(ST) -
Add README
(ST)
Version Apachecon 2003 demo (unreleased) | ||
-
Initial import
(ST)



