From: Rich Bowen
Date: Tue, 11 Mar 2014 16:44:07 +0000 (+0000)
Subject: Ensure that .lua.foo files aren't affected
X-Git-Tag: 2.4.9~24
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3e79428bfa684e621c2dde5f943ed029b2af413;p=apache
Ensure that .lua.foo files aren't affected
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1576416 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 81ded89834..c735cdb62f 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>