From c93cdd7933b954268e66ceb8e7f142ad24e951db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 23 Apr 2005 23:04:45 +0000 Subject: [PATCH] * docs/manual/mod/mod_rewrite.html.en docs/manual/mod/quickreference.html.ru.koi8-r docs/manual/mod/quickreference.html.de docs/manual/mod/quickreference.html.en docs/manual/mod/quickreference.html.es docs/manual/mod/directives.html.de docs/manual/mod/directives.html.en docs/manual/mod/directives.html.es docs/manual/mod/mod_log_config.html.en docs/manual/mod/mod_log_config.xml.ja docs/manual/mod/mod_log_config.xml.ko docs/manual/mod/directives.html.ru.koi8-r update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@164429 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.de | 1 + docs/manual/mod/directives.html.en | 1 + docs/manual/mod/directives.html.es | 1 + docs/manual/mod/directives.html.ru.koi8-r | 1 + docs/manual/mod/mod_log_config.html.en | 24 + docs/manual/mod/mod_log_config.xml.ja | 2 +- docs/manual/mod/mod_log_config.xml.ko | 2 +- docs/manual/mod/mod_rewrite.html.en | 26 + docs/manual/mod/quickreference.html.de | 663 ++++++++--------- docs/manual/mod/quickreference.html.en | 661 ++++++++--------- docs/manual/mod/quickreference.html.es | 665 +++++++++--------- docs/manual/mod/quickreference.html.ru.koi8-r | 661 ++++++++--------- 12 files changed, 1383 insertions(+), 1325 deletions(-) diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 6a0453aa753..fdcf6be7880 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -108,6 +108,7 @@
  • BrowserMatch
  • BrowserMatchNoCase
  • BS2000Account
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 02324db51a9..ae723293dbf 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -109,6 +109,7 @@
  • BrowserMatch
  • BrowserMatchNoCase
  • BS2000Account
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 00261bbbd58..ed24043c100 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -111,6 +111,7 @@
  • BrowserMatch
  • BrowserMatchNoCase
  • BS2000Account
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • diff --git a/docs/manual/mod/directives.html.ru.koi8-r b/docs/manual/mod/directives.html.ru.koi8-r index 8cadaf0152e..91d72335911 100644 --- a/docs/manual/mod/directives.html.ru.koi8-r +++ b/docs/manual/mod/directives.html.ru.koi8-r @@ -110,6 +110,7 @@
  • BrowserMatch
  • BrowserMatchNoCase
  • BS2000Account
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index d3d40f9fed9..79a08aeb97d 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -47,6 +47,7 @@

    Directives

    top
    +

    BufferedLogs Directive

    + + + + + + + + +
    Description:Buffer log entries in memory before writing to disk
    Syntax:BufferedLogs On|Off
    Default:BufferedLogs Off
    Context:server config
    Status:Base
    Module:mod_log_config
    Compatibility:Available in versions 2.0.41 and later.
    +

    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.
    + +
    +
    top

    CookieLog Directive

    diff --git a/docs/manual/mod/mod_log_config.xml.ja b/docs/manual/mod/mod_log_config.xml.ja index fa993b69cd9..77a6d59ab62 100644 --- a/docs/manual/mod/mod_log_config.xml.ja +++ b/docs/manual/mod/mod_log_config.xml.ja @@ -1,7 +1,7 @@ - + +
    Description:Sets filename for the logging of cookies