diff options
author | Rich Bowen <rbowen@apache.org> | 2014-03-12 21:45:55 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2014-03-12 21:45:55 +0100 |
commit | 231c982addbb4cab3ec035fd4464064885d2e4ea (patch) | |
tree | 15978b630106fb1cbaffcbe7f6e1799a4012dd60 /docs/manual/mod/mod_lua.xml | |
parent | Rebuild (diff) | |
download | apache2-231c982addbb4cab3ec035fd4464064885d2e4ea.tar.xz apache2-231c982addbb4cab3ec035fd4464064885d2e4ea.zip |
Link AddHandler, SetHandler to docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.xml')
-rw-r--r-- | docs/manual/mod/mod_lua.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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"> <Files *.lua> |