From: Christophe Jaillet
Date: Sun, 1 Jun 2014 10:01:03 +0000 (+0000)
Subject: SetHandler only has one parameter + reflow a sentence to synch with 2.4.x
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f609df5427f0dceecb6ef9050e0d183816b9d6;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en
index 9bedd4c16af..e6c22dd17bf 100644
--- a/docs/manual/mod/mod_lua.html.en
+++ b/docs/manual/mod/mod_lua.html.en
@@ -105,11 +105,11 @@ trust, as it can be abused to change the internal workings of httpd.
mod_lua provides a handler named lua-script,
-which can be used with an AddHandler
-or SetHandler directive:
+which can be used with a SetHandler or
+AddHandler directive:
<Files *.lua>
- SetHandler lua-script .lua
+ SetHandler lua-script
</Files>
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 030ed231f19..4b5ca2c9c7b 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.
mod_lua provides a handler named lua-script,
-which can be used with an AddHandler
-or SetHandler directive:
+which can be used with a SetHandler or
+AddHandler directive:
<Files *.lua>
- SetHandler lua-script .lua
+ SetHandler lua-script
</Files>