From: Rich Bowen Date: Mon, 28 Oct 2002 01:59:29 +0000 (+0000) Subject: Adds example of Group directive X-Git-Tag: 2.0.44~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3156032ec6253b3b72710982ac3f9d91e4e4b486;p=apache Adds example of Group directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97319 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index de91f8c8af..674a814668 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -70,6 +70,8 @@ requestsSyntax: running the server. Some admins use user nobody, but this is not always possible or desirable.

+

Group www-group

+

Note: if you start the server as a non-root user, it will fail to change to the specified group, and will instead continue to run as the group of the original user.

diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 9e43eb213d..2248917ea6 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -61,6 +61,8 @@ requests running the server. Some admins use user nobody, but this is not always possible or desirable.

+ Group www-group +

Note: if you start the server as a non-root user, it will fail to change to the specified group, and will instead continue to run as the group of the original user.