Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 57596 invoked from network); 6 Jun 2008 17:10:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 17:10:24 -0000 Received: (qmail 53117 invoked by uid 500); 6 Jun 2008 17:10:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 53075 invoked by uid 500); 6 Jun 2008 17:10: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 53066 invoked by uid 99); 6 Jun 2008 17:10:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 10:10:26 -0700 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT 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, 06 Jun 2008 17:09:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4527D23889BB; Fri, 6 Jun 2008 10:09:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r664038 - in /httpd/httpd/branches/2.2.x/docs/manual: mod/ vhosts/ Date: Fri, 06 Jun 2008 17:09:49 -0000 To: cvs@httpd.apache.org From: takashi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080606170950.4527D23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: takashi Date: Fri Jun 6 10:09:48 2008 New Revision: 664038 URL: http://svn.apache.org/viewvc?rev=664038&view=rev Log: update transformations Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.ja.utf8 httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.xml.meta httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.ja.utf8 httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_so.html.ja.utf8 httpd/httpd/branches/2.2.x/docs/manual/mod/mod_version.html.ja.utf8 httpd/httpd/branches/2.2.x/docs/manual/vhosts/examples.html.ja.utf8 httpd/httpd/branches/2.2.x/docs/manual/vhosts/name-based.html.ja.utf8 Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.en?rev=664038&r1=664037&r2=664038&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.en Fri Jun 6 10:09:48 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/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.ja.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.ja.utf8?rev=664038&r1=664037&r2=664038&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.ja.utf8 [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.html.ja.utf8 [utf-8] Fri Jun 6 10:09:48 2008 @@ -24,6 +24,8 @@

Available Languages:  en  |  ja 

+
This translation may be out of date. Check the + English version for recent changes.
Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.xml.ja?rev=664038&r1=664037&r2=664038&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.xml.ja [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dav_lock.xml.ja [utf-8] Fri Jun 6 10:09:48 2008 @@ -1,7 +1,7 @@ - + + +
説明:mod_dav 用の汎用ロックモジュール
ステータス:Extension
モジュール識別子:dav_lock_module