You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2014/03/12 21:45:56 UTC

svn commit: r1576897 - /httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Author: rbowen
Date: Wed Mar 12 20:45:55 2014
New Revision: 1576897

URL: http://svn.apache.org/r1576897
Log:
Link AddHandler, SetHandler to docs

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=1576897&r1=1576896&r2=1576897&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Wed Mar 12 20:45:55 2014
@@ -66,7 +66,8 @@ trust, as it can be abused to change the
 
 <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;