From: Richard Bowen
Date: Wed, 12 Mar 2014 20:40:44 +0000 (+0000)
Subject: Fixes weird syntax in example, and removes superfluos quote
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15d61756e49b11e72303b1686c8b245afc20a99;p=thirdparty%2Fapache%2Fhttpd.git
Fixes weird syntax in example, and removes superfluos quote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576894 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index bbaba94d0a6..a99a4623538 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -69,8 +69,8 @@ trust, as it can be abused to change the internal workings of httpd.
which can be used with an AddHandler directive:
-<Files *.lua">
- AddHandler lua-script .lua
+<Files *.lua>
+ SetHandler lua-script .lua
</Files>