Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 28362 invoked from network); 18 May 2008 11:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 May 2008 11:55:30 -0000 Received: (qmail 80312 invoked by uid 500); 18 May 2008 11:55:31 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 80267 invoked by uid 500); 18 May 2008 11:55:31 -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 80258 invoked by uid 99); 18 May 2008 11:55:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 May 2008 04:55:31 -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; Sun, 18 May 2008 11:54:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C072A23889FE; Sun, 18 May 2008 04:54:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r657548 - /httpd/httpd/branches/2.2.x/docs/manual/mod/ Date: Sun, 18 May 2008 11:54:56 -0000 To: cvs@httpd.apache.org From: takashi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080518115456.C072A23889FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: takashi Date: Sun May 18 04:54:55 2008 New Revision: 657548 URL: http://svn.apache.org/viewvc?rev=657548&view=rev Log: update transformation Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dbd.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ko 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/quickreference.html.de httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ja.utf8 httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ko.euc-kr httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.tr.utf8 Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dbd.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dbd.html.en?rev=657548&r1=657547&r2=657548&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dbd.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dbd.html.en Sun May 18 04:54:55 2008 @@ -135,6 +135,7 @@ + @@ -149,6 +150,7 @@
Description:Keepalive time for idle connections
Syntax:DBDExptime time-in-seconds
Default:DBDExptime 300
Context:server config, virtual host
Status:Extension
Module:mod_dbd
+ @@ -163,6 +165,7 @@
Description:Maximum sustained number of connections
Syntax:DBDKeep number
Default:DBDKeep 2
Context:server config, virtual host
Status:Extension
Module:mod_dbd
+ @@ -176,6 +179,7 @@
Description:Maximum number of connections
Syntax:DBDMax number
Default:DBDMax 10
Context:server config, virtual host
Status:Extension
Module:mod_dbd
+ Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en?rev=657548&r1=657547&r2=657548&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en Sun May 18 04:54:55 2008 @@ -41,7 +41,8 @@ keys. Content with access protection is not cached.

Note

In most cases mod_disk_cache - should be the preferred choice. This is explained further in the Caching Guide.
+ should be the preferred choice. This is explained further in the Caching Guide. In particular, + this module's cache is per-process.

Directives

    Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja?rev=657548&r1=657547&r2=657548&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja [iso-2022-jp] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja [iso-2022-jp] Sun May 18 04:54:55 2008 @@ -1,7 +1,7 @@ - + + +
Description:Minimum number of connections
Syntax:DBDMin number
Default:DBDMin 1
Context:server config, virtual host
Status:Extension
Module:mod_dbd