]> granicus.if.org Git - apache/commitdiff
Add some info on the LuaQuickHandler directive, instead of just having '...'
authorDaniel Gruno <humbedooh@apache.org>
Tue, 14 Aug 2012 17:24:43 +0000 (17:24 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 14 Aug 2012 17:24:43 +0000 (17:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1372988 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index f8ad8a762f2e28f3d7ba8de987c36775a6f94b3a..6eafc2ce3d189846fdcf93ee477098614aa20197 100644 (file)
@@ -1135,7 +1135,16 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.</p>
 <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