From: Rich Bowen Date: Sun, 11 Jun 2006 17:44:51 +0000 (+0000) Subject: Submitted by Vincent "noodl" Bray. X-Git-Tag: 2.2.3~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a0859b4af55e5c5a841f57a609cf57929ce3c2;p=thirdparty%2Fapache%2Fhttpd.git Submitted by Vincent "noodl" Bray. Adds link to the other caching doc, where many secrets are revealed and mysteries uncovered. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index a7e537e39b4..d1a1d71dc39 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -58,6 +58,8 @@

Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.

+

Further details, discussion, and examples, are provided in the + Caching Guide.

Directives

top
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 0a0c5a6eb96..32d6884a348 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -59,7 +59,10 @@

Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.

+

Further details, discussion, and examples, are provided in the + Caching Guide.

+Caching Guide