From: André Malo Date: Mon, 14 Nov 2011 12:09:00 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.16~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=637060aa57bbfe923ee401400e56e56e5669a3b4;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201673 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index 66ea286ae4..598a72dd0c 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -298,6 +298,7 @@ luahookinsertfilter mod/mod_lua.html#luahookinsertfilter luahookmaptostorage mod/mod_lua.html#luahookmaptostorage luahooktranslatename mod/mod_lua.html#luahooktranslatename luahooktypechecker mod/mod_lua.html#luahooktypechecker +luainherit mod/mod_lua.html#luainherit luamaphandler mod/mod_lua.html#luamaphandler luapackagecpath mod/mod_lua.html#luapackagecpath luapackagepath mod/mod_lua.html#luapackagepath diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 0db36c1fbd..b0f3c3a91d 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -334,6 +334,7 @@
  • LuaHookMapToStorage
  • LuaHookTranslateName
  • LuaHookTypeChecker
  • +
  • LuaInherit
  • LuaMapHandler
  • LuaPackageCPath
  • LuaPackagePath
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 18f7b00d06..432a36cac0 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -335,6 +335,7 @@
  • LuaHookMapToStorage
  • LuaHookTranslateName
  • LuaHookTypeChecker
  • +
  • LuaInherit
  • LuaMapHandler
  • LuaPackageCPath
  • LuaPackagePath
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 20272bf0e4..905f02a4f5 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -337,6 +337,7 @@
  • LuaHookMapToStorage
  • LuaHookTranslateName
  • LuaHookTypeChecker
  • +
  • LuaInherit
  • LuaMapHandler
  • LuaPackageCPath
  • LuaPackagePath
  • diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index dd193509f1..e23fca3221 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -333,6 +333,7 @@
  • LuaHookMapToStorage
  • LuaHookTranslateName
  • LuaHookTypeChecker
  • +
  • LuaInherit
  • LuaMapHandler
  • LuaPackageCPath
  • LuaPackagePath
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 6040c99a55..a2e413b8f5 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -332,6 +332,7 @@
  • LuaHookMapToStorage
  • LuaHookTranslateName
  • LuaHookTypeChecker
  • +
  • LuaInherit
  • LuaMapHandler
  • LuaPackageCPath
  • LuaPackagePath
  • diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8 index 0d644adab3..447602431a 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -331,6 +331,7 @@
  • LuaHookMapToStorage
  • LuaHookTranslateName
  • LuaHookTypeChecker
  • +
  • LuaInherit
  • LuaMapHandler
  • LuaPackageCPath
  • LuaPackagePath
  • diff --git a/docs/manual/mod/directives.html.zh-cn b/docs/manual/mod/directives.html.zh-cn index ff5c82656a..82510bea46 100644 --- a/docs/manual/mod/directives.html.zh-cn +++ b/docs/manual/mod/directives.html.zh-cn @@ -330,6 +330,7 @@
  • LuaHookMapToStorage
  • LuaHookTranslateName
  • LuaHookTypeChecker
  • +
  • LuaInherit
  • LuaMapHandler
  • LuaPackageCPath
  • LuaPackagePath
  • diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index e749032dc1..4981119df6 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -284,14 +284,15 @@ will handle during its life Description:Maximum amount of memory that the main allocator is allowed to hold without calling free() Syntax:MaxMemFree KBytes -Default:MaxMemFree 0 +Default:MaxMemFree 2048 Context:server config Status:MPM Module:event, mpm_netware, prefork, worker, mpm_winnt

    The MaxMemFree directive sets the - maximum number of free Kbytes that the main allocator is allowed - to hold without calling free(). When not set, or when set + maximum number of free Kbytes that every allocator is allowed + to hold without calling free(). In threaded MPMs, every + thread has its own allocator. When not set, or when set to zero, the threshold will be set to unlimited.

    diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index dc729491a9..240dfa5417 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -1,7 +1,7 @@ - + + + + +