Help for this page
rc = ap_os_create_privileged_process(r, procnew, command, argv, en +v, procattr, p); ... "couldn't create child process: %d: %s", rc, apr_filename_of_pathname(r->filename)); }
if ((new->pid = fork()) < 0) { return errno; }
ERRORS If fork() fails, errno is set to one of the following values. ... [EAGAIN] The system-imposed limit on the total number + of processes under execution by a single user w +ould be exceeded.