Side Includes</a>;</p>
<example>
- <pre>
-<!-- The following include can be cached -->
-<!--#include virtual="/footer.html" -->
-
-<!-- The following include can not be cached -->
-<!--#include file="/path/to/footer.html" --></pre>
+<!-- The following include can be cached --><br />
+<!--#include virtual="/footer.html" --> <br />
+<br />
+<!-- The following include can not be cached --><br />
+<!--#include file="/path/to/footer.html" -->
</example>
<p>If you are using Server Side Includes, and want the benefit of speedy
this file-handle for all subsequent access to this file.</p>
<example>
- <pre>CacheFile /usr/local/apache2/htdocs/index.html</pre>
+ CacheFile /usr/local/apache2/htdocs/index.html
</example>
<p>If you intend to cache a large number of files in this manner, you
contents for all subsequent accesses to this file.</p>
<example>
- <pre>MMapFile /usr/local/apache2/htdocs/index.html</pre>
+ MMapFile /usr/local/apache2/htdocs/index.html
</example>
<p>As with the
<p>Typically the module will be configured as so;</p>
<example>
- <pre>
-CacheRoot /var/cache/apache/
-CacheEnable disk /
-CacheDirLevels 2
-CacheDirLength 1</pre>
+CacheRoot /var/cache/apache/<br />
+CacheEnable disk /<br />
+CacheDirLevels 2<br />
+CacheDirLength 1
</example>
<p>Importantly, as the cached files are locally stored, operating system