From e099c91082aafc21e6af7b8e3d353a8e15464d56 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 22 Apr 2005 17:33:42 +0000 Subject: [PATCH] Document BufferedLogs PR: 32492 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164258 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 -- 2.47.2