From: Daniel Gruno Date: Tue, 14 Aug 2012 17:24:43 +0000 (+0000) Subject: Add some info on the LuaQuickHandler directive, instead of just having '...' X-Git-Tag: 2.5.0-alpha~6433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb87647cb4c281db3eafc74a67f15a078413a24;p=apache Add some info on the LuaQuickHandler directive, instead of just having '...' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1372988 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index f8ad8a762f..6eafc2ce3d 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -1135,7 +1135,16 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.

server configvirtual host All -

...

+ +

+ 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 Location or Directory are void in this phase, just as + URIs have not been properly parsed yet. +

Context

This directive is not valid in Directory, Files, or htaccess