Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 40503 invoked by uid 500); 23 Apr 2003 19:25:53 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 40457 invoked by uid 500); 23 Apr 2003 19:25:52 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 23 Apr 2003 19:25:51 -0000 Message-ID: <20030423192551.3721.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod mpm_common.html.en mpm_common.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/04/23 12:25:51 Modified: docs/manual/mod mpm_common.html.en mpm_common.xml Log: keep it consistent with 2.0 Revision Changes Path 1.29 +15 -15 httpd-2.0/docs/manual/mod/mpm_common.html.en Index: mpm_common.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.html.en,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- mpm_common.html.en 7 Mar 2003 19:28:48 -0000 1.28 +++ mpm_common.html.en 23 Apr 2003 19:25:50 -0000 1.29 @@ -82,7 +82,7 @@ file defined by the LockFile directive.
fcntl
-
uses the fnctl(2) system call to lock the +
uses the fcntl(2) system call to lock the file defined by the LockFile directive.
posixsem
@@ -166,10 +166,10 @@

The Group directive sets the group under which the server will answer requests. In order to use this - directive, the server must be run initially as root. If you start the - server as a non-root user, it will fail to change to the specified - group, and will instead continue to run as the group of the original - user. Unix-group is one of:

+ directive, the server must be run initially as root. If + you start the server as a non-root user, it will fail to change to the + specified group, and will instead continue to run as the group of the + original user. Unix-group is one of:

A group name
@@ -305,7 +305,7 @@ of the main server process is automatically appended to the filename.

-

Security:

+

Security

It is best to avoid putting this file in a world writable directory such as /var/tmp because someone could create a denial of service attack and prevent the server from starting by @@ -340,7 +340,7 @@

For non-threaded servers (i.e., prefork), MaxClients translates into the maximum number of child processes that will be launched to serve requests. - The default value is 256; to increase it, you must also raise + The default value is 256; to increase it, you must also raise ServerLimit.

For threaded and hybrid servers (e.g. beos @@ -387,7 +387,7 @@ process will die. If MaxRequestsPerChild is 0, then the process will never expire.

-

Different default values:

+

Different default values

The default value for mpm_netware and mpm_winnt is 0.

@@ -403,7 +403,7 @@ the number of processes when the server load reduces. -

Note:

+

Note

For KeepAlive requests, only the first request is counted towards this limit. In effect, it changes the behavior to limit the number of connections per @@ -537,12 +537,12 @@ SIGHUP (kill -1) signal to the process id listed in the PidFile.

-

The PidFile is subject to the same warnings about log file - placement and security.

+

The PidFile is subject to the same + warnings about log file placement and security.

Note

- As of Apache 2 it is recommended to use only the apachectl script for - (re-)starting or stopping the server. +

As of Apache 2 it is recommended to use only the apachectl script for + (re-)starting or stopping the server.

@@ -614,8 +614,8 @@

For the prefork MPM, this directive sets the maximum configured value for MaxClients for the lifetime of the - Apache process. For the worker MPM, this directive in combination - with ThreadLimit sets + Apache process. For the worker MPM, this directive + in combination with ThreadLimit sets the maximum configured value for MaxClients for the lifetime of the Apache process. Any attempts to change this directive during a restart will be ignored, but MaxClients can be modified during 1.25 +16 -15 httpd-2.0/docs/manual/mod/mpm_common.xml Index: mpm_common.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- mpm_common.xml 11 Apr 2003 01:25:53 -0000 1.24 +++ mpm_common.xml 23 Apr 2003 19:25:50 -0000 1.25 @@ -42,7 +42,7 @@ >LockFile directive.

fcntl
-
uses the fnctl(2) system call to lock the +
uses the fcntl(2) system call to lock the file defined by the LockFile directive.
@@ -131,10 +131,10 @@

The Group directive sets the group under which the server will answer requests. In order to use this - directive, the server must be run initially as root. If you start the - server as a non-root user, it will fail to change to the specified - group, and will instead continue to run as the group of the original - user. Unix-group is one of:

+ directive, the server must be run initially as root. If + you start the server as a non-root user, it will fail to change to the + specified group, and will instead continue to run as the group of the + original user. Unix-group is one of:

A group name
@@ -202,14 +202,14 @@ SIGHUP (kill -1) signal to the process id listed in the PidFile.

-

The PidFile is subject to the same warnings about log file - placement and The PidFile is subject to the same + warnings about log file placement and security.

Note - As of Apache 2 it is recommended to use only the As of Apache 2 it is recommended to use only the apachectl script for - (re-)starting or stopping the server. + (re-)starting or stopping the server.

@@ -321,7 +321,7 @@ of the main server process is automatically appended to the filename.

- Security: + Security

It is best to avoid putting this file in a world writable directory such as /var/tmp because someone could create a denial of service attack and prevent the server from starting by @@ -355,7 +355,7 @@

For non-threaded servers (i.e., prefork), MaxClients translates into the maximum number of child processes that will be launched to serve requests. - The default value is 256; to increase it, you must also raise + The default value is 256; to increase it, you must also raise ServerLimit.

For threaded and hybrid servers (e.g. beos @@ -411,7 +411,7 @@ process will die. If MaxRequestsPerChild is 0, then the process will never expire.

- Different default values: + Different default values

The default value for mpm_netware and mpm_winnt is 0.

@@ -427,7 +427,7 @@ the number of processes when the server load reduces. - Note: + Note

For KeepAlive requests, only the first request is counted towards this limit. In effect, it changes the behavior to limit the number of connections per @@ -613,8 +613,9 @@

For the prefork MPM, this directive sets the maximum configured value for MaxClients for the lifetime of the - Apache process. For the worker MPM, this directive in combination - with ThreadLimit sets + Apache process. For the worker MPM, this directive + in combination with ThreadLimit sets the maximum configured value for MaxClients for the lifetime of the Apache process. Any attempts to change this directive during a