Ensure that .lua.foo files aren't affected
authorRich Bowen <rbowen@apache.org>
Tue, 11 Mar 2014 16:43:39 +0000 (16:43 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 11 Mar 2014 16:43:39 +0000 (16:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1576415 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 6f780849d743d24b90d18809fa7350a616910dbe..6fab82121767305ff29d126806469729ca4d3fca 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>