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 A4C18100B9 for ; Sun, 1 Jun 2014 10:01:26 +0000 (UTC) Received: (qmail 39445 invoked by uid 500); 1 Jun 2014 10:01:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 39372 invoked by uid 500); 1 Jun 2014 10:01:26 -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 39365 invoked by uid 99); 1 Jun 2014 10:01:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2014 10:01:26 +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; Sun, 01 Jun 2014 10:01:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7167D23889ED; Sun, 1 Jun 2014 10:01:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1598962 - in /httpd/httpd/trunk/docs/manual/mod: mod_lua.html.en mod_lua.xml Date: Sun, 01 Jun 2014 10:01:04 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140601100104.7167D23889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jailletc36 Date: Sun Jun 1 10:01:03 2014 New Revision: 1598962 URL: http://svn.apache.org/r1598962 Log: SetHandler only has one parameter + reflow a sentence to synch with 2.4.x Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en httpd/httpd/trunk/docs/manual/mod/mod_lua.xml 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=1598962&r1=1598961&r2=1598962&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en Sun Jun 1 10:01:03 2014 @@ -105,11 +105,11 @@ trust, as it can be abused to change the

mod_lua provides a handler named lua-script, -which can be used with an AddHandler -or SetHandler directive:

+which can be used with a SetHandler or +AddHandler directive:

<Files *.lua>
-    SetHandler lua-script .lua
+    SetHandler lua-script
 </Files>
Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=1598962&r1=1598961&r2=1598962&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Sun Jun 1 10:01:03 2014 @@ -66,12 +66,13 @@ trust, as it can be abused to change the

mod_lua provides a handler named lua-script, -which can be used with an AddHandler -or SetHandler directive:

+which can be used with a SetHandler or +AddHandler directive:

<Files *.lua> - SetHandler lua-script .lua + SetHandler lua-script </Files>