mpm_unix(es): cleanup properly on exit in one_process mode. We can't destroy ap_pglobal because clean_child_exit() runs in DSO which would be unloaded under us, so use atexit() to defer the final apr_terminate(). [Reverted by 1822535]