From dc5fc7d0831036ee2b8088cf2e12a6929b05accf Mon Sep 17 00:00:00 2001 From: Chris Pepper Date: Wed, 28 Feb 2001 03:40:40 +0000 Subject: [PATCH] More entity quoting.

& cleanup. Removed link to mod_cookies.html (missing in 2.0). Fixed rotatelogs.

CookieLog directive

-Syntax: CookieLog filename
@@ -284,12 +284,11 @@ as rotatelogs.

The CookieLog directive sets the filename for logging of cookies. The filename is relative to the ServerRoot. This directive is included -only for compatibility with mod_cookies, and is deprecated.

+only for compatibility with mod_cookies, and is deprecated.


CustomLog -directive

+directive

Default: LogFormat "%h %l %u %t \"%r\" -%>s %b"
+%>s %b"
Note: Mod_proxy has been moved out of the httpd-2.0 tree, but is available -elsewhere for building with the httpd-2.0 source +elsewhere <insert location> for building with the httpd-2.0 source distribution. diff --git a/docs/manual/mod/mpm_common.html b/docs/manual/mod/mpm_common.html index b3e634b913..3ac8d0122a 100644 --- a/docs/manual/mod/mpm_common.html +++ b/docs/manual/mod/mpm_common.html @@ -71,7 +71,7 @@ than one multi-processing module (MPM).

Whether or not to maintain status information on current connections. If this is off then mod_status will not work properly.

-


+

CoreDumpDirectory directive

@@ -106,7 +106,7 @@ you can use this directive to place it in a different location.


Group directive

-Syntax: Group unix-group
@@ -476,7 +476,7 @@ until the number of idle threads is less than this number.

Maximum number of threads per child. For MPMs with a variable number of threads per child, this directive sets the maximum number of threads that will be created in each child process. To increase this -value beyond its default, it is necessary to to change the value of +value beyond its default, it is necessary to change the value of the compile-time define HARD_THREAD_LIMIT and recompile the server.

@@ -544,7 +544,7 @@ See also MaxSpareThreads and do not dynamically create new child processes so this number should be large enough to handle the requests for the entire site.

-


+

ScoreBoardFile directive

@@ -568,7 +568,7 @@ large enough to handle the requests for the entire site.

+> is dynamically controlled depending on the load, there is usually little reason to adjust this parameter.

-


+

ThreadsPerChild

nobody, but this is not always possible or desirable. For example mod_proxy's cache, when enabled, must be accessible to this user -(see the CacheRoot -directive).

+(see mod_proxy's CacheRoot +directive).

Notes: If you start the server as a non-root user, it will fail to change to the lesser privileged user, and will instead continue to run as -- 2.50.1