]> granicus.if.org Git - apache/commitdiff
fix grammar and remove some scopes within which some directives do not work
authorDaniel Gruno <humbedooh@apache.org>
Tue, 7 Aug 2012 20:27:40 +0000 (20:27 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 7 Aug 2012 20:27:40 +0000 (20:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1370499 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 44f67df3fd6bde0a049a4c0936ac89cc937bae3e..bf9709c109a35ca47b75f308de05e431f5fd7c3c 100644 (file)
@@ -134,7 +134,7 @@ handlers (or hooks, or filters) in the same script.
 
 <p>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.</p>
 
@@ -582,7 +582,6 @@ LuaCodeCache never
 <description>Provide a hook for the translate name phase of request processing</description>
 <syntax>LuaHookTranslateName  /path/to/lua/script.lua  hook_function_name [early|late]</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context>
 </contextlist>
 <override>All</override>
 <compatibility>The optional third argument is supported in 2.3.15 and later</compatibility>
@@ -789,7 +788,6 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.</p>
 <description>Provide a hook for the quick handler of request processing</description>
 <syntax>LuaQuickHandler /path/to/script.lua hook_function_name</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>All</override>
 <usage><p>...</p>