From: Joshua Slive Date: Fri, 22 Apr 2005 17:33:42 +0000 (+0000) Subject: Document BufferedLogs X-Git-Tag: 2.1.5~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e099c91082aafc21e6af7b8e3d353a8e15464d56;p=thirdparty%2Fapache%2Fhttpd.git Document BufferedLogs PR: 32492 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164258 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index b051a3d1288..c7ad4635f13 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -284,6 +284,29 @@ anyone other than the user that starts the server.

+ +BufferedLogs +Buffer log entries in memory before writing to disk +BufferedLogs On|Off +BufferedLogs Off +server config +Available in versions 2.0.41 and later. +Experimental + + +

The BufferedLogs directive causes + mod_log_config to store several log entries in + memory and write them together to disk, rather than writing them + after each request. On some systems, this may result in more + efficient disk access and hence higher performance. It may be + set only once for the entire server; it cannot be configured + per virtual-host.

+ + This directive is experimental and should be used with + caution. +
+
+ CookieLog Sets filename for the logging of cookies