> I'm not going to finish it because:
> 
> a) I'm not really sure what to do on Win32.

main.c(617) : error C2065: 'SIGHUP' : undeclared identifier
main.c(620) : error C2065: 'AP_SIG_GRACEFUL' : undeclared identifier
main.c(628) : warning C4013: 'kill' undefined; assuming extern returning int
Error executing cl.exe.

Maybe the best thing to do is follow the Windows model.
The shutdown/restart etc. processing is handled by the mpm
(on the rewrite_args hook), which is probably the 
logical place to do this sort of thing.

Allan

Reply via email to