From 1dc6167dabb328143bb581bc9956610c57d595f4 Mon Sep 17 00:00:00 2001
From: Rich Bowen
- ExpiresDefault "<base> [plus] {<num>
- <type>}*"
- ExpiresByType type/encoding "<base> [plus]
- {<num> <type>}*"
+ ExpiresDefault "base [plus num type]
+ [num type] ..."
+ ExpiresByType type/encoding "base [plus num type]
+ [num type] ..."
where <base> is one of:
+where base is one of:
access
modification
The plus
keyword is optional. <num>
+
The plus
keyword is optional. num
should be an integer value [acceptable to atoi()
],
- and <type> is one of:
years
The expiry time can be fine-tuned by adding several - '<num> <type>' clauses:
+ 'num type' clauses:
ExpiresByType text/html "access plus 1 month 15
diff --git a/docs/manual/mod/mod_expires.xml.ja b/docs/manual/mod/mod_expires.xml.ja
index 5c1d6d1e117..eaaa9d612e7 100644
--- a/docs/manual/mod/mod_expires.xml.ja
+++ b/docs/manual/mod/mod_expires.xml.ja
@@ -1,7 +1,7 @@
-
+
+