Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 32189 invoked from network); 30 Apr 2010 15:07:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 15:07:07 -0000 Received: (qmail 91051 invoked by uid 500); 30 Apr 2010 15:07:07 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 90997 invoked by uid 500); 30 Apr 2010 15:07:07 -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 90990 invoked by uid 99); 30 Apr 2010 15:07:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 15:07:07 +0000 X-ASF-Spam-Status: No, hits=-1188.6 required=10.0 tests=ALL_TRUSTED,AWL 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; Fri, 30 Apr 2010 15:07:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6985D23888CD; Fri, 30 Apr 2010 15:06:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r939704 - /httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Date: Fri, 30 Apr 2010 15:06:16 -0000 To: cvs@httpd.apache.org From: poirier@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100430150616.6985D23888CD@eris.apache.org> Author: poirier Date: Fri Apr 30 15:06:16 2010 New Revision: 939704 URL: http://svn.apache.org/viewvc?rev=939704&view=rev Log: Change references from mod_wombat to mod_lua. Remove references to no-longer-needed pre-req, mod_apreq2. Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml 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=939704&r1=939703&r2=939704&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Fri Apr 30 15:06:16 2010 @@ -41,8 +41,7 @@ request processing

The basic module loading directive is

- LoadModule apreq_module modules/mod_apreq2.so
- LoadModule wombat_module modules/mod_wombat.so + LoadModule lua_module modules/mod_lua.so

@@ -143,7 +142,7 @@ handlers (or hooks, or filters) in the s

Specify the base path which will be used to evaluate all - relative paths within mod_wombat. If not specified they + relative paths within mod_lua. If not specified they will be resolved relative to the current working directory, which may not always work well for a server.