Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C59A9101EE for ; Wed, 12 Mar 2014 20:42:07 +0000 (UTC) Received: (qmail 16101 invoked by uid 500); 12 Mar 2014 20:41:56 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15980 invoked by uid 500); 12 Mar 2014 20:41:56 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 15972 invoked by uid 99); 12 Mar 2014 20:41:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 20:41:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 20:41:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 51ADF2388860; Wed, 12 Mar 2014 20:41:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1576895 - in /httpd/httpd/trunk/docs/manual/mod: mod_lua.html.en mod_lua.xml.fr Date: Wed, 12 Mar 2014 20:41:32 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140312204132.51ADF2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rbowen Date: Wed Mar 12 20:41:31 2014 New Revision: 1576895 URL: http://svn.apache.org/r1576895 Log: Rebuild Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en?rev=1576895&r1=1576894&r2=1576895&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en Wed Mar 12 20:41:31 2014 @@ -107,9 +107,9 @@ trust, as it can be abused to change the mod_lua provides a handler named lua-script, which can be used with an AddHandler directive:

-
<FilesMatch "\.lua$">
-    AddHandler lua-script .lua
-</FilesMatch>
+
<Files *.lua>
+    SetHandler lua-script .lua
+</Files>

@@ -1624,9 +1624,9 @@ onto the Lua script:

LuaInputFilter myInputFilter /www/filter.lua input_filter
-<FilesMatch "\.lua>
+<Files *.lua>
   SetInputFilter myInputFilter
-</FilesMatch>
+</Files>
--[[
     Example input filter that converts all POST data to uppercase.
@@ -1709,9 +1709,9 @@ onto the Lua script:
 

LuaOutputFilter myOutputFilter /www/filter.lua output_filter
-<FilesMatch "\.lua>
+<Files *.lua>
   SetOutputFilter myOutputFilter
-</FilesMatch>
+</Files>
--[[
     Example output filter that escapes all HTML entities in the output

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr?rev=1576895&r1=1576894&r2=1576895&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Wed Mar 12 20:41:31 2014
@@ -1,7 +1,7 @@
 
 
 
-
+