You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/08/14 19:24:43 UTC

svn commit: r1372988 - /httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Author: humbedooh
Date: Tue Aug 14 17:24:43 2012
New Revision: 1372988

URL: http://svn.apache.org/viewvc?rev=1372988&view=rev
Log:
Add some info on the LuaQuickHandler directive, instead of just having '...'

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=1372988&r1=1372987&r2=1372988&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Tue Aug 14 17:24:43 2012
@@ -1135,7 +1135,16 @@ hook function usually returns OK, DECLIN
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
 <override>All</override>
-<usage><p>...</p>
+<usage>
+    <p>
+    This phase is run immediately after the request has been mapped to a virtal host, 
+    and can be used to either do some request processing before the other phases kick 
+    in, or to serve a request without the need to translate, map to storage et cetera. 
+    As this phase is run before anything else, directives such as <directive
+   type="section" module="core">Location</directive> or <directive
+   type="section" module="core">Directory</directive> are void in this phase, just as 
+    URIs have not been properly parsed yet.
+    </p>
    <note><title>Context</title><p>This directive is not valid in <directive
    type="section" module="core">Directory</directive>, <directive
    type="section" module="core">Files</directive>, or htaccess