From: Daniel Gruno Date: Tue, 7 Aug 2012 20:27:40 +0000 (+0000) Subject: fix grammar and remove some scopes within which some directives do not work X-Git-Tag: 2.4.3~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d237e6aa7498255cc1dff80836a44a9648e5034b;p=apache fix grammar and remove some scopes within which some directives do not work git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1370499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 44f67df3fd..bf9709c109 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -134,7 +134,7 @@ handlers (or hooks, or filters) in the same script.

Hook functions are how modules (and Lua scripts) participate in the processing of requests. Each type of hook exposed by the server exists for -a specific purposes such as mapping requests to the filesystem, +a specific purpose, such as mapping requests to the filesystem, performing access control, or setting mimetypes. General purpose hooks that simply run at handy times in the request lifecycle exist as well.

@@ -582,7 +582,6 @@ LuaCodeCache never Provide a hook for the translate name phase of request processing LuaHookTranslateName /path/to/lua/script.lua hook_function_name [early|late] server configvirtual host -directory All The optional third argument is supported in 2.3.15 and later @@ -789,7 +788,6 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.

Provide a hook for the quick handler of request processing LuaQuickHandler /path/to/script.lua hook_function_name server configvirtual host -directory.htaccess All

...