Apache 1.3 API Documentation

Routine ap_cleanup_for_exec

Definition:

void ap_cleanup_for_exec(void);
     

Usage example:

$();
child_pid = ap_call_exec(r, pinfo, argv0, env, 0);
     

Destroys all pools using child_cleanup methods.

Note: call ONLY after forking and before execing a child process!


Previous: ap_child_terminate Next: ap_clear_module_list

Table of Contents (Routines, Structures, Data Cells, Constants)