From 735cb040ca460fbb49270b455c077238fa5745a9 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 5 Oct 2009 20:49:25 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@822002 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 16 ++++++++++++++-- docs/manual/mod/mod_cache.xml.ja | 2 +- docs/manual/mod/mod_cache.xml.ko | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 3de2da8147..ea522bdbd7 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -267,7 +267,7 @@

CacheDisable Directive

- + @@ -280,6 +280,16 @@ CacheDisable /local_files

+

If used in a <Location> directive, + the path needs to be specified below the Location, or if the word "on" + is used, caching for the whole location will be disabled.

+ +

Example

+ <Location /foo>
+ CacheDisable on
+ </Location>
+

+

The no-cache environment variable can be set to disable caching on a finer grained set of resources in versions 2.2.12 and later.

@@ -303,7 +313,9 @@ manager

The CacheEnable directive instructs mod_cache to cache urls at or below url-string. The cache storage manager is specified with the - cache_type argument. + cache_type argument. If the CacheEnable + directive is placed inside a <Location> + directive, the url-string becomes optional. cache_type disk instructs mod_cache to use the disk based storage manager implemented by mod_disk_cache.

diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index 553fb187ad..d44997727c 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + +
Description:Disable caching of specified URLs
Syntax:CacheDisable url-string
Syntax:CacheDisable url-string | on
Context:server config, virtual host
Status:Extension
Module:mod_cache