From: Rich Bowen Date: Sun, 11 Jun 2006 17:49:34 +0000 (+0000) Subject: Submitted by Vincent 'noodl' Bray, this adds a link from the module doc X-Git-Tag: 2.3.0~2343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2d67143719216ded47a14c3daee1bf0e976eef;p=thirdparty%2Fapache%2Fhttpd.git Submitted by Vincent 'noodl' Bray, this adds a link from the module doc to the caching discussion, for clarification of obscure points. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413486 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index c5833323470..2e1ce7eeee3 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 133092077bf..91a20ac006e 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