From: André Malo Date: Sat, 23 Apr 2005 23:04:45 +0000 (+0000) Subject: * docs/manual/mod/mod_rewrite.html.en X-Git-Tag: 2.0.55~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c93cdd7933b954268e66ceb8e7f142ad24e951db;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- 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