]> granicus.if.org Git - apache/commitdiff
Remove [max|min max] from the LuaScope syntax, since the 'server' scope is not implem...
authorDaniel Gruno <humbedooh@apache.org>
Tue, 31 Jul 2012 14:56:59 +0000 (14:56 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 31 Jul 2012 14:56:59 +0000 (14:56 +0000)
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

index a5fbde6ee0c1cc1be5a2aed2197286f24af7d1fe..7a79e24d4bfc53f5472a051004037b41f32678a4 100644 (file)
@@ -497,7 +497,7 @@ end
 <directivesynopsis>
 <name>LuaScope</name>
 <description>One of once, request, conn -- default is once</description>
-<syntax>LuaScope once|request|conn|thread [max|min max]</syntax>
+<syntax>LuaScope once|request|conn|thread</syntax>
 <default>LuaScope once</default>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>
@@ -517,7 +517,7 @@ end
 
     <dt>conn:</dt> <dd>Same as request but attached to the connection_rec</dd>
     <dt>thread:</dt> <dd>Use the interpreter for the lifetime of the thread 
-            handling the request.</dd>
+            handling the request (only available with threaded MPMs).</dd>
 <!-- not implemented
     <dt>server:</dt>  <dd>This one is different than others because the
             server scope is quite long lived, and multiple threads