From: Rich Bowen <rbowen@apache.org>
Date: Wed, 12 Mar 2014 20:45:55 +0000 (+0000)
Subject: Link AddHandler, SetHandler to docs
X-Git-Tag: 2.5.0-alpha~4404
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=231c982addbb4cab3ec035fd4464064885d2e4ea;p=apache

Link AddHandler, SetHandler to docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576897 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index a99a462353..6c0fc8999c 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -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;