From: Cliff Woolley Date: Tue, 16 Apr 2002 06:13:48 +0000 (+0000) Subject: worker is not the default Unix MPM. [This statement has been in the docs X-Git-Tag: 2.0.36~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75865990903de69e607fa4ccf08477aa0d16e411;p=thirdparty%2Fapache%2Fhttpd.git worker is not the default Unix MPM. [This statement has been in the docs ever since this was copy-and-pasted from the threaded MPM documentation, and threaded *was* the default at one point.] Reported by: kap@katchoo.org git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94670 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/worker.html b/docs/manual/mod/worker.html index ba953d1e4a4..00a9551dbe3 100644 --- a/docs/manual/mod/worker.html +++ b/docs/manual/mod/worker.html @@ -2,10 +2,9 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --->worker - Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module worker

Description:Multi-Processing Module implementing a hybrid - multi-threaded multi-process web server
Status:MPM
Module Identifier:mpm_worker_module

Summary

-

This Multi-Processing Module (MPM) is the default for most - unix-like operating systems. It implements a hybrid +-->worker - Apache HTTP Server

[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module worker

Description:Multi-Processing Module implementing a hybrid + multi-threaded multi-process web server
Status:MPM
Module Identifier:mpm_worker_module

Summary

+

This Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server. Each process has a fixed number of threads. The server adjusts to handle load by increasing or decreasing the number of processes.

@@ -47,4 +46,4 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

See also: Setting which addresses and ports Apache uses.

-

Directives


Apache HTTP Server Version 2.0

IndexHome
\ No newline at end of file +

Directives


Apache HTTP Server Version 2.0

IndexHome
\ No newline at end of file diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index c0d38ce9822..b5e4fa2c2de 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -10,8 +10,7 @@ mpm_worker_module -

This Multi-Processing Module (MPM) is the default for most - unix-like operating systems. It implements a hybrid +

This Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server. Each process has a fixed number of threads. The server adjusts to handle load by increasing or decreasing the number of processes.

@@ -91,4 +90,4 @@ User - \ No newline at end of file +