From b51492b974828423a5addf9919c3ba345b545c4d Mon Sep 17 00:00:00 2001
From: Daniel Gruno
+
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.
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.
-As with the