ef_dir_t *dc = ctx->dc;
const char * const *env;
+ /* XXX TODO: port to execd calls */
+
ctx->proc = apr_pcalloc(ctx->p, sizeof(*ctx->proc));
rc = apr_procattr_create(&ctx->procattr, ctx->p);
apr_procattr_t *procattr;
apr_proc_t *procnew;
+ /* XXX TODO: port to execd calls */
+
if ( APR_SUCCESS == (rc=apr_procattr_create(&procattr, p))
&& APR_SUCCESS == (rc=apr_procattr_io_set(procattr, APR_FULL_BLOCK,
APR_FULL_BLOCK, APR_NO_PIPE))
apr_procattr_t *procattr;
apr_proc_t *procnew;
+ /* XXX TODO: port to execd calls */
+
/* XXX missing 1.3 logic:
- *
+ *
* what happens when !compr[parm->method].silent?
* Should we create the err pipe, read it, and copy to the log?
*/
apr_procattr_t *procattr;
apr_proc_t *proc;
+ /* XXX TODO: port to execd calls */
+
if (apr_procattr_create(&procattr, p) != APR_SUCCESS)
return NULL;
if (apr_procattr_io_set(procattr, APR_FULL_BLOCK, APR_FULL_BLOCK,