> Doesn't the new function need to be done before we hit ap_mpm_run()? ap_run_rewrite_args gets called before ap_mpm_run in main().
> If main() doesn't know what's going on then how would it work?
I was talking about putting the bit that didn't compile
on windows in the unix mpm, mainly the part inside:
if (sendsignal != AP_NONE && sendsignal != AP_START)
If this is common for all unix mpm's then as Will said
it should go in mpm_common.c
Allan
