[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r1367590 - /httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
From:       humbedooh () apache ! org
Date:       2012-07-31 14:56:59
Message-ID: 20120731145659.CB88723888E4 () eris ! apache ! org
[Download RAW message or body]

Author: humbedooh
Date: Tue Jul 31 14:56:59 2012
New Revision: 1367590

URL: http://svn.apache.org/viewvc?rev=1367590&view=rev
Log:
Remove [max|min max] from the LuaScope syntax, since the 'server' scope is not \
implemented yet. Note that 'thread' only applies to threaded MPMs

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=1367590&r1=1367589&r2=1367590&view=diff
 ==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Tue Jul 31 14:56:59 2012
@@ -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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic