From e2f65d5d206e45d6d43981c0a876cb97c08854d2 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 31 Jul 2012 15:02:08 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1367595 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.html.en | 6 ++++-- docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/quickreference.html.de | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/mod/quickreference.html.ja.utf8 | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- docs/manual/mod/quickreference.html.tr.utf8 | 2 +- docs/manual/mod/quickreference.html.zh-cn | 2 +- 9 files changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 7188aef73e..7e7c9bfd23 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -736,8 +736,8 @@ LuaPackagePath /scripts/lib/?/init.lua
top

LuaScope Directive

- - + + @@ -755,6 +755,8 @@ LuaPackagePath /scripts/lib/?/init.lua request scoped.
conn:
Same as request but attached to the connection_rec
+
thread:
Use the interpreter for the lifetime of the thread + handling the request (only available with threaded MPMs).
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index db43ac6814..9eb9e77d02 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 45664aa3fa..b4ea2e49a9 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -580,7 +580,7 @@ processing - + - + - + - + diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index be1ae4ef69..51149b1b61 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -543,7 +543,7 @@ processing - + - + diff --git a/docs/manual/mod/quickreference.html.zh-cn b/docs/manual/mod/quickreference.html.zh-cn index fe39590098..c1f59fc37f 100644 --- a/docs/manual/mod/quickreference.html.zh-cn +++ b/docs/manual/mod/quickreference.html.zh-cn @@ -567,7 +567,7 @@ processing - +
Description:One of once, request, conn -- default is once
Syntax:LuaScope once|request|conn [max|min max]
Description:One of once, request, conn, thread -- default is once
Syntax:LuaScope once|request|conn|thread
Default:LuaScope once
Context:server config, virtual host, directory, .htaccess
Override:All
LuaPackagePath /path/to/include/?.luasvdhX
Add a directory to lua's package.path
LuaQuickHandler /path/to/script.lua hook_function_namesvdhX
Provide a hook for the quick handler of request processing
LuaRoot /path/to/a/directorysvdhX
Specify the base path for resolving relative paths for mod_lua directives
LuaScope once|request|conn [max|min max] once svdhX
One of once, request, conn -- default is once
LuaScope once|request|conn|thread once svdhX
One of once, request, conn, thread -- default is once
MaxConnectionsPerChild number 0 sM
Limit on the number of connections that an individual child server will handle during its life
MaxKeepAliveRequests Anzahl 100 svC
Anzahl der Anfragen, die bei einer persistenten Verbindung diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index fa1ca20210..59523d5a05 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -572,7 +572,7 @@ processing
LuaPackagePath /path/to/include/?.luasvdhX
Add a directory to lua's package.path
LuaQuickHandler /path/to/script.lua hook_function_namesvdhX
Provide a hook for the quick handler of request processing
LuaRoot /path/to/a/directorysvdhX
Specify the base path for resolving relative paths for mod_lua directives
LuaScope once|request|conn [max|min max] once svdhX
One of once, request, conn -- default is once
LuaScope once|request|conn|thread once svdhX
One of once, request, conn, thread -- default is once
MaxConnectionsPerChild number 0 sM
Limit on the number of connections that an individual child server will handle during its life
MaxKeepAliveRequests number 100 svC
Number of requests allowed on a persistent diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 56875a489d..7a99444929 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -579,7 +579,7 @@ processing
LuaPackagePath /path/to/include/?.luasvdhX
Add a directory to lua's package.path
LuaQuickHandler /path/to/script.lua hook_function_namesvdhX
Provide a hook for the quick handler of request processing
LuaRoot /path/to/a/directorysvdhX
Specify the base path for resolving relative paths for mod_lua directives
LuaScope once|request|conn [max|min max] once svdhX
One of once, request, conn -- default is once
LuaScope once|request|conn|thread once svdhX
One of once, request, conn, thread -- default is once
MaxConnectionsPerChild number 0 sM
Limit on the number of connections that an individual child server will handle during its life
MaxKeepAliveRequests number 100 svC
Number of requests allowed on a persistent diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 1565d079e6..bc276c5e36 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -545,7 +545,7 @@ processing
LuaPackagePath /path/to/include/?.luasvdhX
Add a directory to lua's package.path
LuaQuickHandler /path/to/script.lua hook_function_namesvdhX
Provide a hook for the quick handler of request processing
LuaRoot /path/to/a/directorysvdhX
Specify the base path for resolving relative paths for mod_lua directives
LuaScope once|request|conn [max|min max] once svdhX
One of once, request, conn -- default is once
LuaScope once|request|conn|thread once svdhX
One of once, request, conn, thread -- default is once
MaxConnectionsPerChild number 0 sM
Limit on the number of connections that an individual child server will handle during its life
MaxKeepAliveRequests number 100 svC
持続的な接続上で許可されるリクエストの数
LuaPackagePath /path/to/include/?.luasvdhX
Add a directory to lua's package.path
LuaQuickHandler /path/to/script.lua hook_function_namesvdhX
Provide a hook for the quick handler of request processing
LuaRoot /path/to/a/directorysvdhX
Specify the base path for resolving relative paths for mod_lua directives
LuaScope once|request|conn [max|min max] once svdhX
One of once, request, conn -- default is once
LuaScope once|request|conn|thread once svdhX
One of once, request, conn, thread -- default is once
MaxConnectionsPerChild number 0 sM
Limit on the number of connections that an individual child server will handle during its life
MaxKeepAliveRequests number 100 svC
Number of requests allowed on a persistent diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index bca61ea8ff..009fb1ed50 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -573,7 +573,7 @@ processing
LuaPackagePath /path/to/include/?.luaskdhD
Add a directory to lua's package.path
LuaQuickHandler /path/to/script.lua hook_function_nameskdhD
Provide a hook for the quick handler of request processing
LuaRoot /path/to/a/directoryskdhD
Specify the base path for resolving relative paths for mod_lua directives
LuaScope once|request|conn [max|min max] once skdhD
One of once, request, conn -- default is once
LuaScope once|request|conn|thread once skdhD
One of once, request, conn, thread -- default is once
MaxConnectionsPerChild sayı 0 sM
Tek bir çocuk sürecin ömrü boyunca işleme sokabileceği istek sayısını sınırlamakta kullanılır.
MaxKeepAliveRequests sayı 100 skÇ
Bir kalıcı bağlantıda izin verilen istek sayısı
LuaPackagePath /path/to/include/?.luasvdhX
Add a directory to lua's package.path
LuaQuickHandler /path/to/script.lua hook_function_namesvdhX
Provide a hook for the quick handler of request processing
LuaRoot /path/to/a/directorysvdhX
Specify the base path for resolving relative paths for mod_lua directives
LuaScope once|request|conn [max|min max] once svdhX
One of once, request, conn -- default is once
LuaScope once|request|conn|thread once svdhX
One of once, request, conn, thread -- default is once
MaxConnectionsPerChild number 0 sM
Limit on the number of connections that an individual child server will handle during its life
MaxKeepAliveRequests number 100 svC
Number of requests allowed on a persistent -- 2.40.0