From: Daniel Gruno Date: Tue, 31 Jul 2012 14:56:59 +0000 (+0000) Subject: Remove [max|min max] from the LuaScope syntax, since the 'server' scope is not implem... X-Git-Tag: 2.5.0-alpha~6552 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=367fcc41829742c096b60c54c180d3afd424bf26;p=apache Remove [max|min max] from the LuaScope syntax, since the 'server' scope is not implemented yet. Note that 'thread' only applies to threaded MPMs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367590 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index a5fbde6ee0..7a79e24d4b 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -497,7 +497,7 @@ end LuaScope One of once, request, conn -- default is once -LuaScope once|request|conn|thread [max|min max] +LuaScope once|request|conn|thread LuaScope once server configvirtual host directory.htaccess @@ -517,7 +517,7 @@ end
conn:
Same as request but attached to the connection_rec
thread:
Use the interpreter for the lifetime of the thread - handling the request.
+ handling the request (only available with threaded MPMs).