From: Richard Bowen Date: Tue, 11 Mar 2014 16:43:39 +0000 (+0000) Subject: Ensure that .lua.foo files aren't affected X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d58a0f5a302d8c94d20c2cfcdf6bcbc463d62e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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>