summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/prefork.html.en
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2008-11-13 01:51:26 +0100
committerVincent Bray <noodl@apache.org>2008-11-13 01:51:26 +0100
commit3fb27ada3da7bea4710bec1afb85902e8efd4a52 (patch)
tree6700238a0a829357d7dda67a6cdbc21c809c7ec3 /docs/manual/mod/prefork.html.en
parentMinor grammatical issues (diff)
downloadapache2-3fb27ada3da7bea4710bec1afb85902e8efd4a52.tar.xz
apache2-3fb27ada3da7bea4710bec1afb85902e8efd4a52.zip
Update transformations (from introduction of mod_unixd)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/prefork.html.en')
-rw-r--r--docs/manual/mod/prefork.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en
index cb88df979e..f4973aef2a 100644
--- a/docs/manual/mod/prefork.html.en
+++ b/docs/manual/mod/prefork.html.en
@@ -51,7 +51,7 @@
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#acceptmutex">AcceptMutex</a></li>
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#enableexceptionhook">EnableExceptionHook</a></li>
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#group">Group</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#group">Group</a></li>
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#lockfile">LockFile</a></li>
@@ -66,7 +66,7 @@
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#serverlimit">ServerLimit</a></li>
<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#startservers">StartServers</a></li>
-<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
+<li><img alt="" src="../images/right.gif" /> <a href="mod_unixd.html#user">User</a></li>
</ul>
<h3>Topics</h3>
<ul id="topics">
@@ -103,7 +103,7 @@ uses</a></li>
<p>While the parent process is usually started as <code>root</code>
under Unix in order to bind to port 80, the child processes 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
+ launched by Apache as a less-privileged user. The <code class="directive"><a href="../mod/mod_unixd.html#user">User</a></code> and <code class="directive"><a href="../mod/mod_unixd.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.</p>