From b51492b974828423a5addf9919c3ba345b545c4d Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 27 Apr 2012 20:34:06 +0000 Subject: [PATCH] Missed highlighting two examples git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331581 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/caching.html.en | 10 ++++++---- docs/manual/caching.xml | 8 ++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index b90736a23a9..888b4f465fb 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -614,9 +614,10 @@ CacheDirLength 1 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
-        

+ +

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 @@ -705,9 +706,10 @@ 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
-        

+ +

As with the CacheFile directive, any diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index ab7372c41b3..5fc8ab9616f 100644 --- a/docs/manual/caching.xml +++ b/docs/manual/caching.xml @@ -663,9 +663,9 @@ CacheDirLength 1 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 - +

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 @@ -755,9 +755,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 - +

As with the CacheFile directive, any -- 2.47.3