Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 44285 invoked from network); 13 Jan 2011 16:14:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2011 16:14:05 -0000 Received: (qmail 76441 invoked by uid 500); 13 Jan 2011 16:14:04 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76142 invoked by uid 500); 13 Jan 2011 16:14:02 -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 76135 invoked by uid 99); 13 Jan 2011 16:14:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jan 2011 16:14:01 +0000 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; Thu, 13 Jan 2011 16:14:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7928023889BF; Thu, 13 Jan 2011 16:13:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1058645 - in /httpd/httpd/trunk/docs/manual: caching.html.en caching.xml.tr env.html.en env.xml.ja env.xml.ko env.xml.tr Date: Thu, 13 Jan 2011 16:13:34 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110113161334.7928023889BF@eris.apache.org> Author: rbowen Date: Thu Jan 13 16:13:33 2011 New Revision: 1058645 URL: http://svn.apache.org/viewvc?rev=1058645&view=rev Log: Rebuild transformations. Modified: httpd/httpd/trunk/docs/manual/caching.html.en httpd/httpd/trunk/docs/manual/caching.xml.tr httpd/httpd/trunk/docs/manual/env.html.en httpd/httpd/trunk/docs/manual/env.xml.ja httpd/httpd/trunk/docs/manual/env.xml.ko httpd/httpd/trunk/docs/manual/env.xml.tr Modified: httpd/httpd/trunk/docs/manual/caching.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/caching.html.en?rev=1058645&r1=1058644&r2=1058645&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/caching.html.en (original) +++ httpd/httpd/trunk/docs/manual/caching.html.en Thu Jan 13 16:13:33 2011 @@ -129,12 +129,13 @@ in which it matters: If you are using Server Side Includes;

-
-<!-- The following include can be cached -->
-<!--#include virtual="/footer.html" --> 
-
-<!-- The following include can not be cached -->
-<!--#include file="/path/to/footer.html" -->
+

+<!-- The following include can be cached -->
+<!--#include virtual="/footer.html" -->
+
+<!-- The following include can not be cached -->
+<!--#include file="/path/to/footer.html" --> +

If you are using Server Side Includes, and want the benefit of speedy serves from the cache, you should use virtual include @@ -398,7 +399,9 @@ Vary: negotiate,accept-language,accept-c instructs httpd to open the file when it is started and to re-use this file-handle for all subsequent access to this file.

-
CacheFile /usr/local/apache2/htdocs/index.html
+

+ CacheFile /usr/local/apache2/htdocs/index.html +

If you intend to cache a large number of files in this manner, you must ensure that your operating system's limit for the number of open @@ -489,7 +492,9 @@ sys 0m0.000s start time (using the mmap system call). httpd will use the in-memory contents for all subsequent accesses to this file.

-
MMapFile /usr/local/apache2/htdocs/index.html
+

+ MMapFile /usr/local/apache2/htdocs/index.html +

As with the CacheFile directive, any @@ -516,11 +521,12 @@ sys 0m0.000s

Typically the module will be configured as so;

-
-CacheRoot   /var/cache/apache/
-CacheEnable disk /
-CacheDirLevels 2
-CacheDirLength 1
+

+CacheRoot /var/cache/apache/
+CacheEnable disk /
+CacheDirLevels 2
+CacheDirLength 1 +

Importantly, as the cached files are locally stored, operating system in-memory caching will typically be applied to their access also. So Modified: httpd/httpd/trunk/docs/manual/caching.xml.tr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/caching.xml.tr?rev=1058645&r1=1058644&r2=1058645&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/caching.xml.tr [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/caching.xml.tr [utf-8] Thu Jan 13 16:13:33 2011 @@ -1,7 +1,7 @@ - + + + +