ap_spawn_child — spawn a child process
int ap_spawn_child(pool *p, void(*func)(void *,child_info *), void *data, enum kill_ conditions kill_how, FILE **pipe_in, FILE **pipe_out, FILE **pipe_err)
This function should not be used, as it is known to expose bugs in
Microsoft’s libraries on Win32. You should use
ap_bspawn_child()
instead. This function was
called spawn_child_err
in previous versions of
Apache.