(No, it wasn't a simple issue to get the suexec patch working.)
The suexec support doesn't apply to the external mapping process,
which is not related to any particular request. Instead, [IMHO]
the external mapping process should switch to the configured user/group
that the daemon processes switch to.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86729
13f79535-47bb-0310-9956-
ffa450edef68
}
else {
procnew = apr_pcalloc(p, sizeof(*procnew));
- rc = ap_os_create_privileged_process(r, procnew, progname, NULL, NULL, procattr, p);
+ rc = apr_create_process(procnew, progname, NULL, NULL, procattr, p);
if (rc == APR_SUCCESS) {
apr_note_subprocess(p, procnew, kill_after_timeout);