]> granicus.if.org Git - apache/commitdiff
Fixes weird syntax in example, and removes superfluos quote
authorRich Bowen <rbowen@apache.org>
Wed, 12 Mar 2014 20:40:44 +0000 (20:40 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 12 Mar 2014 20:40:44 +0000 (20:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576894 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index bbaba94d0a6f5cede255e557761d9f9f143205c4..a99a46235384bfee3b64c99123ba62dfe8a53c31 100644 (file)
@@ -69,8 +69,8 @@ trust, as it can be abused to change the internal workings of httpd.</p>
 which can be used with an <code>AddHandler</code> directive:</p>
 
 <highlight language="config">
-&lt;Files *.lua"&gt;
-    AddHandler lua-script .lua
+&lt;Files *.lua&gt;
+    SetHandler lua-script .lua
 &lt;/Files&gt;
 </highlight>