From 9940c5c590df6beb824e194a24dc585c9342418d Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Tue, 16 Apr 2002 06:13:48 +0000 Subject: [PATCH] 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 --- docs/manual/mod/worker.html | 9 ++++----- docs/manual/mod/worker.xml | 5 ++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/worker.html b/docs/manual/mod/worker.html index ba953d1e4a..00a9551dbe 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 c0d38ce982..b5e4fa2c2d 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 + -- 2.40.0