From: Daniel Gruno Date: Thu, 26 Jul 2012 11:32:32 +0000 (+0000) Subject: LuaScope also has a 'thread' value. X-Git-Tag: 2.5.0-alpha~6582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4c48bcba8e86901b7e9677e45c1bc6b510181e8;p=apache LuaScope also has a 'thread' value. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1365950 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 8e139546a5..dfdc3a0e8a 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -490,7 +490,7 @@ end LuaScope One of once, request, conn -- default is once -LuaScope once|request|conn [max|min max] +LuaScope once|request|conn|thread [max|min max] LuaScope once server configvirtual host directory.htaccess @@ -509,6 +509,8 @@ end 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.