From: André Malo Date: Wed, 23 Apr 2003 19:39:51 +0000 (+0000) Subject: keep consistent with 2.0 X-Git-Tag: pre_ajp_proxy~1791 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac5865dcd798edef918c97251359e26520298e05;p=thirdparty%2Fapache%2Fhttpd.git keep consistent with 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index 11e8f8c71ed..632b0dca82c 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -116,9 +116,9 @@ uses ServerLimit 16

-

While the parent process is usually started as root under Unix - in order to bind to port 80, the child processes and threads are - launched by Apache as a less-privileged user. The User and Group directives are used to set +

While the parent process is usually started as root + under Unix in order to bind to port 80, the child processes and threads + are launched by Apache as a less-privileged user. The User and Group directives are used to set the privileges of the Apache child processes. The child processes must be able to read all the content that will be served, but should have as few privileges beyond that as possible. In diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index a8902199008..4a74086a100 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -75,9 +75,9 @@ uses ServerLimit 16 -

While the parent process is usually started as root under Unix - in order to bind to port 80, the child processes and threads are - launched by Apache as a less-privileged user. The While the parent process is usually started as root + under Unix in order to bind to port 80, the child processes and threads + are launched by Apache as a less-privileged user. The User and Group directives are used to set the privileges of the Apache child processes. The child processes