]> granicus.if.org Git - apache/commitdiff
Adds example of Group directive
authorRichard Bowen <rbowen@apache.org>
Mon, 28 Oct 2002 01:59:29 +0000 (01:59 +0000)
committerRichard Bowen <rbowen@apache.org>
Mon, 28 Oct 2002 01:59:29 +0000 (01:59 +0000)
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
docs/manual/mod/mpm_common.xml

index de91f8c8af006cbc60700329e201606e761aef1a..674a814668425081b53513b4aa4ac42920981a4e 100644 (file)
@@ -70,6 +70,8 @@ requests</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
     running the server. Some admins use user <code>nobody</code>,
     but this is not always possible or desirable.</p>
 
+    <div class="example"><p><code>Group www-group</code></p></div>
+
     <p>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.</p>
index 9e43eb213d1335dde60ca1c999e536ad25abcc8a..2248917ea6ec43f762342eedcd07f57df0d6a519 100644 (file)
@@ -61,6 +61,8 @@ requests</description>
     running the server. Some admins use user <code>nobody</code>,
     but this is not always possible or desirable.</p>
 
+    <example>Group www-group</example>
+
     <p>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.</p>