From 13d58a0f5a302d8c94d20c2cfcdf6bcbc463d62e Mon Sep 17 00:00:00 2001
From: Richard Bowen
Date: Tue, 11 Mar 2014 16:43:39 +0000
Subject: [PATCH] Ensure that .lua.foo files aren't affected
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576415 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_lua.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 6f780849d74..6fab8212176 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -69,7 +69,9 @@ trust, as it can be abused to change the internal workings of httpd.
which can be used with an AddHandler directive:
-AddHandler lua-script .lua
+<FilesMatch "\.lua$">
+ AddHandler lua-script .lua
+</FilesMatch>
--
2.47.3