From e4c48bcba8e86901b7e9677e45c1bc6b510181e8 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 26 Jul 2012 11:32:32 +0000 Subject: [PATCH] LuaScope also has a 'thread' value. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1365950 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.