mod Zeroconf
 
  Font size:      
 

History of Changes

PDF
PDF

RSS

Version 0.2 (2004/02/10)

  • hack 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)
  • hack 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)
  • update Relicense under ASF 2.0 license. (ST)
  • update Port to Howl 0.9.2. (ST)
  • hack Factored host registration code out of post_config hook handler so the code gets easier to read. (ST)
  • update Re-indented and reformatted closer to ASF code style. (ST)
  • add Add Forrest-based documentation (ST)

Version 0.1 (2003/11/24)

  • add Add Makefile stuff from apxs -g, with modifications to get actual apxs script from environment variable. (ST)
  • add Add README (ST)

Version Apachecon 2003 demo (unreleased)

  • add Initial import (ST)


Valid HTML 4.01!Valid CSS!