From c5d36b1e2537a9bd22faec9a797a823198062a2c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
| Description: | Content cache keyed to URIs. |
|---|---|
| Status: | Experimental |
| Status: | Extension |
| Module Identifier: | cache_module |
| Source File: | mod_cache.c |
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 @@
| Related Modules | Related Directives |
|---|---|
| Related Modules | Related Directives |
|---|---|
CacheDefaultExpire secondsCacheDefaultExpire 3600 (one hour)The CacheDefaultExpire directive specifies a default time,
@@ -142,7 +137,7 @@
CacheDisable url-stringThe CacheDisable directive instructs
@@ -161,7 +156,7 @@
manager
CacheEnable cache_type url-stringThe CacheEnable directive instructs
@@ -198,7 +193,7 @@ will complete caching the file even if the request is cancelled.
CacheForceCompletion PercentageCacheForceCompletion 60Ordinarily, if a request is cancelled while the response is being @@ -231,7 +226,7 @@ cached.
CacheIgnoreCacheControl On|OffCacheIgnoreCacheControl OffOrdinarily, documents with no-cache or no-store header values will not be stored in the cache. @@ -253,7 +248,7 @@ cached.
CacheIgnoreHeaders header-string [header-string] ...CacheIgnoreHeaders NoneAccording to RFC 2616, hop-by-hop HTTP headers are not stored in @@ -306,7 +301,7 @@ header.
CacheIgnoreNoLastMod On|OffCacheIgnoreNoLastMod OffOrdinarily, documents without a last-modified date are not cached. @@ -333,7 +328,7 @@ LastModified date.
CacheLastModifiedFactor floatCacheLastModifiedFactor 0.1In the event that a document does not provide an expiry date but does @@ -367,7 +362,7 @@ LastModified date.
CacheMaxExpire secondsCacheMaxExpire 86400 (one day)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 845bdeff7a5..5be49540f8a 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
| ÀâÌÀ: | URI ¤ò¥¡¼¤Ë¤·¤¿¥³¥ó¥Æ¥ó¥Ä¤Î¥¥ã¥Ã¥·¥å |
|---|---|
| ¥¹¥Æ¡¼¥¿¥¹: | Experimental |
| ¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò: | cache_module |