From 307a6bed5169d05ce693713965bddc18848a75ff Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 30 May 2002 01:50:04 +0000 Subject: [PATCH] Fix some subscriptions and a typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95377 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.html.en | 10 +++++----- docs/manual/mod/mpm_common.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 4c73ae5474..312379fc4c 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -3,7 +3,7 @@ This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->mpm_common- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mpm_common

Description:A collection of directives that are implemented by -more than one multi-processing module (MPM)
Status:MPM

Directives


CoreDumpDirectory Directive

Description: Sets the directory where Apache attempts to +more than one multi-processing module (MPM)
Status:MPM

Directives


CoreDumpDirectory Directive

Description: Directory where Apache attempts to switch before dumping core
Syntax:CoreDumpDirectory directory
Default:See usage for the default setting
Context:server config
Status:MPM
Module:worker, perchild, prefork, mpm_winnt

This controls the directory to which Apache attempts to @@ -13,7 +13,7 @@ switch before dumping coreGroup Directive
Description: Sets the group under which the server will answer +

Group Directive

Description: Group under which the server will answer requests
Syntax:Group unix-group
Default:Group #-1
Context:server config, virtual host
Status:MPM
Module:worker, perchild, prefork

The Group directive sets the group under which the server will answer requests. In order to use this @@ -42,7 +42,7 @@ requests

SuexecUserGroup directive. SECURITY: See User for a discussion of the security considerations.

-

Listen Directive

Description: Sets the IP addresses and ports that the server +

Listen Directive

Description: IP addresses and ports that the server listens to
Syntax:Listen [IP-address:]portnumber
Context:server config
Status:MPM
Module:worker, perchild, prefork, mpm_winnt

The Listen directive instructs Apache to listen to only specific IP addresses or ports; by default it @@ -109,7 +109,7 @@ listens to


MaxClients Directive

Description: Maximum number of child processes that will be created -to serve requests
Syntax:MaxClients number
Default:>MaxClients +to serve requests
Syntax:MaxClients number
Default:MaxClients 8 (with threads) MaxClients 256
Context:server config
Status:MPM
Module:worker, prefork

The MaxClients directive sets the limit on the number of child processes that will be created to serve @@ -192,7 +192,7 @@ spikes

-

PidFile Directive

Description: Sets the file where the server records the process ID +

PidFile Directive

Description: File where the server records the process ID of the daemon
Syntax:PidFile filename
Default:PidFile logs/httpd.pid
Context:server config
Status:MPM
Module:worker, perchilde, prefork, mpm_winnt

The PidFile directive sets the file to which the server records the process id of the daemon. If the diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index a3c2a849e4..2eb6f4d339 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -10,7 +10,7 @@ more than one multi-processing module (MPM) CoreDumpDirectory -Sets the directory where Apache attempts to +Directory where Apache attempts to switch before dumping core CoreDumpDirectory directory See usage for the default setting @@ -33,7 +33,7 @@ switch before dumping core Group -Sets the group under which the server will answer +Group under which the server will answer requests Group unix-group Group #-1 @@ -77,7 +77,7 @@ requests PidFile -Sets the file where the server records the process ID +File where the server records the process ID of the daemon PidFile filename PidFile logs/httpd.pid @@ -107,7 +107,7 @@ of the daemon Listen -Sets the IP addresses and ports that the server +IP addresses and ports that the server listens to Listen [IP-address:]portnumber server config @@ -216,7 +216,7 @@ listens to Maximum number of child processes that will be created to serve requests MaxClients number ->MaxClients +MaxClients 8 (with threads) MaxClients 256 server config workerprefork -- 2.40.0