From c5d36b1e2537a9bd22faec9a797a823198062a2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 27 Nov 2004 19:25:32 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106742 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 27 +++++-------- docs/manual/mod/mod_cache.html.ja.euc-jp | 2 + docs/manual/mod/mod_cache.xml.ja | 2 +- docs/manual/mod/mod_cache.xml.ko | 2 +- docs/manual/mod/mod_cache.xml.meta | 2 +- docs/manual/mod/mod_disk_cache.html.en | 20 ++++------ docs/manual/mod/mod_disk_cache.html.ja.euc-jp | 2 + docs/manual/mod/mod_disk_cache.html.ko.euc-kr | 2 + docs/manual/mod/mod_disk_cache.xml.ja | 2 +- docs/manual/mod/mod_disk_cache.xml.ko | 2 +- docs/manual/mod/mod_disk_cache.xml.meta | 4 +- docs/manual/mod/mod_mem_cache.html.en | 19 ++++----- docs/manual/mod/mod_mem_cache.html.ja.euc-jp | 2 + docs/manual/mod/mod_mem_cache.html.ko.euc-kr | 2 + docs/manual/mod/mod_mem_cache.xml.ja | 2 +- docs/manual/mod/mod_mem_cache.xml.ko | 2 +- docs/manual/mod/mod_mem_cache.xml.meta | 4 +- docs/manual/mod/quickreference.html.de | 40 +++++++++---------- docs/manual/mod/quickreference.html.en | 40 +++++++++---------- docs/manual/mod/quickreference.html.es | 40 +++++++++---------- 20 files changed, 107 insertions(+), 111 deletions(-) diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index a025291e02..a6f56524db 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -26,15 +26,11 @@  ko 

- +
Description:Content cache keyed to URIs.
Status:Experimental
Status:Extension
Module Identifier:cache_module
Source File:mod_cache.c

Summary

-
- This module is experimental. Documentation is still under development... -
-

mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage @@ -77,7 +73,7 @@

top

Related Modules and Directives

- +
top

Sample Configuration

@@ -95,7 +91,6 @@ <IfModule mod_disk_cache.c>
CacheRoot c:/cacheroot
- CacheSize 256
CacheEnable disk /
CacheDirLevels 5
CacheDirLength 3
@@ -123,7 +118,7 @@ Syntax:CacheDefaultExpire seconds Default:CacheDefaultExpire 3600 (one hour) Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

The CacheDefaultExpire directive specifies a default time, @@ -142,7 +137,7 @@ Description:Disable caching of specified URLs Syntax:CacheDisable url-string Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

The CacheDisable directive instructs @@ -161,7 +156,7 @@ manager Syntax:CacheEnable cache_type url-string Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

The CacheEnable directive instructs @@ -198,7 +193,7 @@ will complete caching the file even if the request is cancelled. Syntax:CacheForceCompletion Percentage Default:CacheForceCompletion 60 Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

Ordinarily, if a request is cancelled while the response is being @@ -231,7 +226,7 @@ cached. Syntax:CacheIgnoreCacheControl On|Off Default:CacheIgnoreCacheControl Off Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

Ordinarily, documents with no-cache or no-store header values will not be stored in the cache. @@ -253,7 +248,7 @@ cached. Syntax:CacheIgnoreHeaders header-string [header-string] ... Default:CacheIgnoreHeaders None Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

According to RFC 2616, hop-by-hop HTTP headers are not stored in @@ -306,7 +301,7 @@ header. Syntax:CacheIgnoreNoLastMod On|Off Default:CacheIgnoreNoLastMod Off Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

Ordinarily, documents without a last-modified date are not cached. @@ -333,7 +328,7 @@ LastModified date. Syntax:CacheLastModifiedFactor float Default:CacheLastModifiedFactor 0.1 Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

In the event that a document does not provide an expiry date but does @@ -367,7 +362,7 @@ LastModified date. Syntax:CacheMaxExpire seconds Default:CacheMaxExpire 86400 (one day) Context:server config, virtual host -Status:Experimental +Status:Extension Module:mod_cache

The CacheMaxExpire directive specifies the maximum number of diff --git a/docs/manual/mod/mod_cache.html.ja.euc-jp b/docs/manual/mod/mod_cache.html.ja.euc-jp index 845bdeff7a..5be49540f8 100644 --- a/docs/manual/mod/mod_cache.html.ja.euc-jp +++ b/docs/manual/mod/mod_cache.html.ja.euc-jp @@ -25,6 +25,8 @@  ja  |  ko 

+
This translation may be out of date. Check the + English version for recent changes.
diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index d59e6b0c8e..f35a9cdde2 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + + + + + +
ÀâÌÀ:URI ¤ò¥­¡¼¤Ë¤·¤¿¥³¥ó¥Æ¥ó¥Ä¤Î¥­¥ã¥Ã¥·¥å
¥¹¥Æ¡¼¥¿¥¹:Experimental
¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò:cache_module