]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
keep consistent with 2.0
authorAndré Malo <nd@apache.org>
Wed, 23 Apr 2003 19:39:51 +0000 (19:39 +0000)
committerAndré Malo <nd@apache.org>
Wed, 23 Apr 2003 19:39:51 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99547 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/worker.html.en
docs/manual/mod/worker.xml

index 11e8f8c71ed767840256a771842877ed942a95df..632b0dca82c6d77ff715297921cacc0820156d9d 100644 (file)
@@ -116,9 +116,9 @@ uses</a></li>
       ServerLimit         16
     </code></p></div>
 
-    <p>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 <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> directives are used to set
+    <p>While the parent process is usually started as <code>root</code>
+    under Unix in order to bind to port 80, the child processes and threads
+    are launched by Apache as a less-privileged user. The <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> 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
index a890219900806ccf2ba47a6e5025a788e29addd8..4a74086a1007c32d79c2c1487cf75b0b0311fc5d 100644 (file)
@@ -75,9 +75,9 @@ uses</a></seealso>
       ServerLimit         16
     </example>
 
-    <p>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 <directive
+    <p>While the parent process is usually started as <code>root</code>
+    under Unix in order to bind to port 80, the child processes and threads
+    are launched by Apache as a less-privileged user. The <directive
     module="mpm_common">User</directive> and <directive
     module="mpm_common">Group</directive> directives are used to set
     the privileges of the Apache child processes. The child processes