diff options
author | Nick Kew <niq@apache.org> | 2008-11-12 02:31:39 +0100 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2008-11-12 02:31:39 +0100 |
commit | c4e721bfaeb192c70cc92efc422bcc0f8f9df389 (patch) | |
tree | f327d0b9db3726f0b5e6e1ef5de807e5c3036616 /docs/manual/mod/worker.xml | |
parent | These are in 2.2.11-dev (diff) | |
download | apache2-c4e721bfaeb192c70cc92efc422bcc0f8f9df389.tar.xz apache2-c4e721bfaeb192c70cc92efc422bcc0f8f9df389.zip |
Introduce mod_unixd into the documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713242 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/worker.xml')
-rw-r--r-- | docs/manual/mod/worker.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index 5593a5f40c..1490cb2d11 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -123,8 +123,8 @@ uses</a></seealso> <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 + module="mod_unixd">User</directive> and <directive + module="mod_unixd">Group</directive> 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 @@ -143,7 +143,7 @@ uses</a></seealso> </directivesynopsis> <directivesynopsis location="mpm_common"><name>EnableExceptionHook</name> </directivesynopsis> -<directivesynopsis location="mpm_common"><name>Group</name> +<directivesynopsis location="mod_unixd"><name>Group</name> </directivesynopsis> <directivesynopsis location="mpm_common"><name>PidFile</name> </directivesynopsis> @@ -179,7 +179,7 @@ uses</a></seealso> </directivesynopsis> <directivesynopsis location="mpm_common"><name>ThreadStackSize</name> </directivesynopsis> -<directivesynopsis location="mpm_common"><name>User</name> +<directivesynopsis location="mod_unixd"><name>User</name> </directivesynopsis> </modulesynopsis> |