Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 62546 invoked from network); 7 Jun 2008 12:52:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2008 12:52:16 -0000 Received: (qmail 96925 invoked by uid 500); 7 Jun 2008 12:52:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96878 invoked by uid 500); 7 Jun 2008 12:52:18 -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 96869 invoked by uid 99); 7 Jun 2008 12:52:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jun 2008 05:52:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sat, 07 Jun 2008 12:51:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1219A2388A26; Sat, 7 Jun 2008 05:51:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r664334 - in /httpd/httpd/trunk/docs/manual/mod: mod_dav_lock.html.en mod_dav_lock.xml.ja mod_dav_lock.xml.meta mod_proxy.html.en mod_proxy.xml.ja mod_rewrite.html.en Date: Sat, 07 Jun 2008 12:51:43 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080607125144.1219A2388A26@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Sat Jun 7 05:51:43 2008 New Revision: 664334 URL: http://svn.apache.org/viewvc?rev=664334&view=rev Log: * Update transformation Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.html.en httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.xml.ja httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.xml.meta httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.html.en?rev=664334&r1=664333&r2=664334&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.html.en Sat Jun 7 05:51:43 2008 @@ -36,10 +36,10 @@ the service of mod_dav. But without a backend provider which makes use of it, it's useless and should not be loaded into the server. A sample backend module which actually utilizes - mod_dav_lock, is mod_dav_svn, the subversion provider module.

+ mod_dav_lock is mod_dav_svn, the subversion provider module.

Note that mod_dav_fs does not need this - generic locking module, because it uses it's own more specialized + generic locking module, because it uses its own more specialized version.

In order to make mod_dav_lock functional, you just have @@ -49,7 +49,7 @@

Developer's Note

In order to retrieve the pointer to the locking provider function, you have to use the ap_lookup_provider API with the arguments - dav-lock, generic and 0.

+ dav-lock, generic, and 0.

Directives

@@ -72,7 +72,7 @@

Use the DavGenericLockDB directive to specify the full path to the lock database, excluding an extension. If - the path is not absolute, it will be taken relative to ServerRoot. The implementation of + the path is not absolute, it will be interpreted relative to ServerRoot. The implementation of mod_dav_lock uses a SDBM database to track user locks.

@@ -87,7 +87,7 @@ directory for this purpose rather than changing the permissions on an existing directory. In the above example, Apache will create files in the var/ directory under the ServerRoot with the base filename - DavLock and extension name chosen by the server.

+ DavLock and an extension added by the server.

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.xml.ja?rev=664334&r1=664333&r2=664334&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.xml.ja [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_dav_lock.xml.ja [utf-8] Sat Jun 7 05:51:43 2008 @@ -1,7 +1,7 @@ - + +