summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_lua.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-06-01 12:01:03 +0200
committerChristophe Jaillet <jailletc36@apache.org>2014-06-01 12:01:03 +0200
commit997d4cc0f72873c4460797b96c027880f4023d61 (patch)
treed5db6bbbf2d0da0c30e7248031ffbad6cd7f2b66 /docs/manual/mod/mod_lua.xml
parentFix computation of the size of 'struct sockaddr_un' when passed to 'connect()'. (diff)
downloadapache2-997d4cc0f72873c4460797b96c027880f4023d61.tar.xz
apache2-997d4cc0f72873c4460797b96c027880f4023d61.zip
SetHandler only has one parameter + reflow a sentence to synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1598962 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_lua.xml')
-rw-r--r--docs/manual/mod/mod_lua.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 030ed231f1..4b5ca2c9c7 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -66,12 +66,13 @@ 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 <directive module="mod_mime">AddHandler</directive>
-or <directive module="core">SetHandler</directive> directive:</p>
+which can be used with a <directive
+module="core">SetHandler</directive> or
+<directive module="mod_mime">AddHandler</directive> directive:</p>
<highlight language="config">
&lt;Files *.lua&gt;
- SetHandler lua-script .lua
+ SetHandler lua-script
&lt;/Files&gt;
</highlight>