]> granicus.if.org Git - apache/commitdiff
Ensure that .lua.foo files aren't affected
authorRich Bowen <rbowen@apache.org>
Tue, 11 Mar 2014 16:44:07 +0000 (16:44 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 11 Mar 2014 16:44:07 +0000 (16:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1576416 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 81ded89834db752e2952d30671ff4a6c968d23ed..c735cdb62f7f34700b2f68d3035808d828c78e19 100644 (file)
@@ -69,7 +69,9 @@ trust, as it can be abused to change the internal workings of httpd.</p>
 which can be used with an <code>AddHandler</code> directive:</p>
 
 <highlight language="config">
-AddHandler lua-script .lua
+&lt;FilesMatch "\.lua$"&gt;
+    AddHandler lua-script .lua
+&lt;/FilesMatch&gt;
 </highlight>
 
 <p>