projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47b1c4
)
Ensure that .lua.foo files aren't affected
author
Rich Bowen
<rbowen@apache.org>
Tue, 11 Mar 2014 16:43:39 +0000
(16:43 +0000)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/docs/manual/mod/mod_lua.xml
b/docs/manual/mod/mod_lua.xml
index 6f780849d743d24b90d18809fa7350a616910dbe..6fab82121767305ff29d126806469729ca4d3fca 100644
(file)
--- 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.</p>
which can be used with an <code>AddHandler</code> directive:</p>
<highlight language="config">
-AddHandler lua-script .lua
+<FilesMatch "\.lua$">
+ AddHandler lua-script .lua
+</FilesMatch>
</highlight>
<p>