From: Ryan Bloom Date: Sun, 30 Jun 2002 21:59:50 +0000 (+0000) Subject: Get the perchild MPM starting different child processes with different X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17670025df54270e92e55c20baa593ac30d0e1dc;p=thirdparty%2Fapache%2Fhttpd.git Get the perchild MPM starting different child processes with different users and groups. It doesn't pass requests between child processes yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_expr.h b/ssl_expr.h index 80380312656..14bbd31309e 100644 --- a/ssl_expr.h +++ b/ssl_expr.h @@ -104,6 +104,7 @@ typedef struct { ssl_expr_node_op node_op; void *node_arg1; void *node_arg2; + apr_pool_t *p; } ssl_expr_node; typedef ssl_expr_node ssl_expr;