From d1528be034c9d7e3eff309c2857edadea5f2dee3 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Mon, 28 Oct 2002 01:59:29 +0000 Subject: [PATCH] Adds example of Group directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97319 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.html.en | 2 ++ docs/manual/mod/mpm_common.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index de91f8c8af0..674a8146684 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 9e43eb213d1..2248917ea6e 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.

-- 2.47.3