From dc5fc7d0831036ee2b8088cf2e12a6929b05accf Mon Sep 17 00:00:00 2001
From: Chris Pepper
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.Default: Whether or not to maintain status information on current
connections. If this is off then mod_status will not work properly.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
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.
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