From 2ad2f9e3b8560eac4584a63218cf96cfcc5ff593 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Tue, 21 Mar 2000 19:08:35 +0000 Subject: [PATCH] Document that a whole pile of directives have moved to the MPMs or disappeared entirely. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84815 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 126 +++++++++++++++++++++++++++++--------- 1 file changed, 98 insertions(+), 28 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 0d6e886bd5..31bd8b216d 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -114,7 +114,11 @@ always available. Status: core

+>Status: core
+Compatibility: Removed in version 2.0.

The server will read this file for more directives after reading the ResourceConfig file. Filename is @@ -359,7 +363,12 @@ It must be accompanied by AuthName and Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

A Unix® http server can either listen for connections to every IP address of the server machine, or just one IP address of the server @@ -525,7 +534,11 @@ CGI scripts, and byte range responses do not have this header. Status: core

+>Status: core
+Compatibility: Removed in version 2.0

This controls the directory to which Apache attempts to switch before dumping core. The default is in the ServerRoot @@ -1003,7 +1016,11 @@ different sections are combined when a request is received Status: core

+>Status: core
+Compatibility: Removed in version 2.0

The Group directive sets the group under which the server will answer requests. In order to use this directive, the stand-alone server must be run initially @@ -1612,7 +1629,7 @@ Listen [IP address:]port number
HREF="directive-dict.html#Compatibility" REL="Help" >Compatibility: Listen is only available in Apache -1.1 and later.

+1.1 and later. Moved in version 2.0 to the MPMs.

The Listen directive instructs Apache to listen to more than one IP address or port; by default it responds to requests on all IP @@ -1682,7 +1699,7 @@ interfaces and port numbers, use HREF="directive-dict.html#Compatibility" REL="Help" >Compatibility: ListenBacklog is only available in Apache -versions after 1.2.0. +versions after 1.2.0. Moved in version 2.0 to the MPMs.

The maximum length of the queue of pending connections. Generally no tuning is needed or desired, however on some systems it is desirable @@ -1849,7 +1866,12 @@ different sections are combined when a request is received Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The LockFile directive sets the path to the lockfile used when Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or @@ -1951,7 +1973,12 @@ Using a level of at least crit is recommended. Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The MaxClients directive sets the limit on the number of simultaneous requests that can be supported; not more than this number of child server @@ -2011,7 +2038,12 @@ maximum server performance.


Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The MaxRequestsPerChild directive sets the limit on the number of requests that an individual child server process will handle. After MaxRequestsPerChild @@ -2051,7 +2083,12 @@ behavior to limit the number of connections per child. Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The MaxSpareServers directive sets the desired maximum number of idle child server processes. An idle process is one which is not handling @@ -2086,7 +2123,12 @@ See also MinSpareServers and Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The MinSpareServers directive sets the desired minimum number of idle child server processes. An idle process is one which is not handling @@ -2148,6 +2190,7 @@ virtual hosts should be used, e.g. See also: Apache Virtual Host documentation


+

Options directive

All.

Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The PidFile directive sets the file to which the server records the process id of the daemon. If the filename does not begin with a slash (/) @@ -2440,7 +2488,11 @@ HREF="#limit"><Limit> section

Status: core

+>Status: core
+Compatibility: Removed in version 2.0.

The server will read this file for more directives after reading the httpd.conf file. Filename is relative to the @@ -2479,7 +2531,7 @@ See also AccessConfig.


HREF="directive-dict.html#Compatibility" REL="Help" >Compatibility: RLimitCPU is only available in Apache 1.2 -and later

+and later. Moved in version 2.0 to the MPMs.

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. @@ -2522,7 +2574,7 @@ See also RLimitMEM or HREF="directive-dict.html#Compatibility" REL="Help" >Compatibility: RLimitMEM is only available in Apache 1.2 -and later

+and later. Moved in version 2.0 to the MPMs.

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either @@ -2565,7 +2617,7 @@ See also RLimitCPU or HREF="directive-dict.html#Compatibility" REL="Help" >Compatibility: RLimitNPROC is only available in Apache -1.2 and later

+1.2 and later. Moved in version 2.0 to the MPMs.

Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. @@ -2650,7 +2702,12 @@ See also require and Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The ScoreBoardFile directive is required on some architectures to place a file that the server will use to communicate between its children and @@ -2723,7 +2780,11 @@ Windows Registry to be searched using the script file extension (e.g., .pl) as a Status: core

+>Status: core
+Compatibility: Removed in version 2.0.

The server will set the TCP buffer size to the number of bytes specified. Very useful to increase past standard OS defaults on high @@ -2995,7 +3056,11 @@ disabled on a virtualhost-by-virtualhost basis. Status: core

+>Status: core
+Compatibility: Removed in version 2.0.

The ServerType directive sets how the server is executed by the system. Type is one of @@ -3022,6 +3087,7 @@ it is far more efficient. The server is started once, and services all subsequent connections. If you intend running Apache to serve a busy site, standalone will probably be your only option.


+

StartServers directive

Status: core

+>Status: core
+Compatibility: Moved in version 2.0 to the +MPMs.

The StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending @@ -3076,7 +3147,7 @@ See also MinSpareServers and REL="Help" >Status: core (Windows, NetWare)
Compatibility: Available only with Apache 1.3 and later -with Windows +with Windows. Moved in version 2.0 to the MPMs.

This directive tells the server how many threads it should use. This is the maximum number of connections the server can handle at once; be @@ -3107,7 +3178,7 @@ with Windows REL="Help" >Status: core (NetWare)
Compatibility: Available only with Apache 1.3 and later -with NetWare +with NetWare. Moved in version 2.0 to the MPMs.

This directive tells the server what stack size to use for each of the running threads. If you ever get a stack overflow you will need to bump @@ -3116,11 +3187,6 @@ with NetWare

This directive has no effect on other systems.


- - - - -

TimeOut directive

Status: core

+>Status: core
+Compatibility: Removed in version 2.0.

The User directive sets the userid as which the server will answer requests. In order to use this directive, the standalone server must be run initially -- 2.40.0