From: André Malo Date: Sat, 23 Apr 2005 22:56:59 +0000 (+0000) Subject: * manual/mod/mod_log_config.html.ja.euc-jp X-Git-Tag: 2.1.5~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aabfac6a43b8f96206d6ed34cb8d881c36e1b7c8;p=apache * manual/mod/mod_log_config.html.ja.euc-jp manual/mod/mod_log_config.xml.meta manual/mod/directives.html.de manual/mod/directives.html.en manual/mod/directives.html.es manual/mod/quickreference.html.de manual/mod/quickreference.html.en manual/mod/quickreference.html.es manual/mod/mod_log_config.html.en manual/mod/mod_log_config.xml.ja manual/mod/mod_log_config.xml.ko manual/platform/netware.xml.ko manual/platform/netware.html.en Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164425 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 4ef2f02f9c..baf754a0b2 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -109,6 +109,7 @@
  • AuthzUserAuthoritative
  • BrowserMatch
  • BrowserMatchNoCase
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 2905b45487..4604299fe5 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -110,6 +110,7 @@
  • AuthzUserAuthoritative
  • BrowserMatch
  • BrowserMatchNoCase
  • +
  • BufferedLogs
  • CacheDefaultExpire
  • CacheDirLength
  • CacheDirLevels
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 5aa292f3ba..ca8ae2f149 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -112,6 +112,7 @@
  • AuthzUserAuthoritative
  • BrowserMatch
  • BrowserMatchNoCase
  • +
  • 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 856f46ea9f..454040bd89 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.html.ja.euc-jp b/docs/manual/mod/mod_log_config.html.ja.euc-jp index e75ae6fe83..22044f8cdd 100644 --- a/docs/manual/mod/mod_log_config.html.ja.euc-jp +++ b/docs/manual/mod/mod_log_config.html.ja.euc-jp @@ -25,6 +25,8 @@  ja  |  ko 

    +
    This translation may be out of date. Check the + English version for recent changes.
    Description:Sets filename for the logging of cookies
    diff --git a/docs/manual/mod/mod_log_config.xml.ja b/docs/manual/mod/mod_log_config.xml.ja index 164a3de1d1..b9a31504d4 100644 --- a/docs/manual/mod/mod_log_config.xml.ja +++ b/docs/manual/mod/mod_log_config.xml.ja @@ -1,7 +1,7 @@ - + + +
    ÀâÌÀ:¥µ¡¼¥Ð¤Ø¤Î¥ê¥¯¥¨¥¹¥È¤Î¥í¥®¥ó¥°
    ¥¹¥Æ¡¼¥¿¥¹:Base
    ¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò:log_config_module