Revision history for Perl extension HTTP::Daemon::App. 0.0.1 Thu Nov 9 12:31:06 2006 - original version; created by h2xs 1.23 with options -AXc -n HTTP::Daemon::App 0.0.2 - added missing ! when setting pid_ext, made --stop give similar output as --start, uninit warning with no args quieted and 0.0.3 Mon Nov 13 17:22:25 2006 - better output when already running @ --start or not running @ --stop, fixed option check (restart to --restart) 0.0.4 Tue Nov 14 10:37:28 2006 - added send_basic_auth_request() and header grabbing to decode_basic_auth(), passed $conf to handler 0.0.5 Tue Nov 14 14:30:16 2006 - added additional fork in run() to properly do children and place nice when child is "suexec"edified 0.0.6 Tue Nov 14 16:01:48 2006 - --stop/--restart cleanup kids from 0.0.5 change