From 367fcc41829742c096b60c54c180d3afd424bf26 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 31 Jul 2012 14:56:59 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_lua.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).