From: Joshua Slive
Date: Fri, 22 Apr 2005 17:44:20 +0000 (+0000)
Subject: Backport BufferedLogs docs.
X-Git-Tag: 2.0.55~241
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9bb928de56ed17bb1decccd38522f97e035239;p=thirdparty%2Fapache%2Fhttpd.git
Backport BufferedLogs docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@164261 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index 161d929c429..99a07078e8e 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -285,6 +285,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