From 997d4cc0f72873c4460797b96c027880f4023d61 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 1 Jun 2014 10:01:03 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_lua.html.en | 6 +++---
docs/manual/mod/mod_lua.xml | 7 ++++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en
index 9bedd4c16a..e6c22dd17b 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 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.
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>
--
2.40.0