diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-04-27 20:34:06 +0000 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-04-27 20:34:06 +0000 |
commit | c9756c23a88bcec2355c81aeb7179185b3bc083c (patch) | |
tree | 01f40219689e79b2ede27d24895ae9a91a104439 /docs/manual/caching.xml | |
parent | 780abe57a26da4ece909a723f096a9c7248fc6a5 (diff) | |
download | httpd-c9756c23a88bcec2355c81aeb7179185b3bc083c.tar.gz |
Missed highlighting two examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/caching.xml')
-rw-r--r-- | docs/manual/caching.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml index ab7372c41b..5fc8ab9616 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.</p> - <example> + <highlight language="config"> CacheFile /usr/local/apache2/htdocs/index.html - </example> + </highlight> <p>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</pre> start time (using the mmap system call). httpd will use the in-memory contents for all subsequent accesses to this file.</p> - <example> + <highlight language="config"> MMapFile /usr/local/apache2/htdocs/index.html - </example> + </highlight> <p>As with the <directive module="mod_file_cache">CacheFile</directive> directive, any |