From ab5ae355aba875c6e2e6502e7d03047a86b5f6de Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 13 Jan 2011 16:10:29 +0000 Subject: [PATCH] Remove unnecessary
 in  blocks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058639 13f79535-47bb-0310-9956-ffa450edef68
---
 docs/manual/caching.xml | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml
index 933be6eaf0f..4e462448167 100644
--- a/docs/manual/caching.xml
+++ b/docs/manual/caching.xml
@@ -141,12 +141,11 @@
       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 @@ -425,7 +424,7 @@ Vary: negotiate,accept-language,accept-charset 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 @@ -528,7 +527,7 @@ sys 0m0.000s

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 @@ -565,11 +564,10 @@ 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 -- 2.47.2