From: André Malo
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 User and Group directives are used to set
+
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 User and Group 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
diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml
index a8902199008..4a74086a100 100644
--- a/docs/manual/mod/worker.xml
+++ b/docs/manual/mod/worker.xml
@@ -75,9 +75,9 @@ uses
ServerLimit 16
-
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 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