]> granicus.if.org Git - apache/commitdiff
Link AddHandler, SetHandler to docs
authorRich Bowen <rbowen@apache.org>
Wed, 12 Mar 2014 20:45:55 +0000 (20:45 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 12 Mar 2014 20:45:55 +0000 (20:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576897 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index a99a46235384bfee3b64c99123ba62dfe8a53c31..6c0fc8999cc66d987c7b54cce189fd2f1cc8a04e 100644 (file)
@@ -66,7 +66,8 @@ trust, as it can be abused to change the internal workings of httpd.</p>
 
 <p>
 <code>mod_lua</code> provides a handler named <code>lua-script</code>,
-which can be used with an <code>AddHandler</code> directive:</p>
+which can be used with an <directive module="mod_mime">AddHandler</directive>
+or <directive module="core">SetHandler</directive> directive:</p>
 
 <highlight language="config">
 &lt;Files *.lua&gt;