From 76c420ad4aee429f1690e4b10c06354c85b1322d Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Tue, 3 Nov 2009 02:39:41 +0000 Subject: [PATCH] Correct the time-range for the time-based rewrite rule and warn about the effects of caches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832278 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/rewrite_guide.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/manual/rewrite/rewrite_guide.xml b/docs/manual/rewrite/rewrite_guide.xml index 98fd446c15..31d88cc3de 100644 --- a/docs/manual/rewrite/rewrite_guide.xml +++ b/docs/manual/rewrite/rewrite_guide.xml @@ -385,9 +385,16 @@ RewriteRule ^foo\.html$ foo.night.html

This provides the content of foo.day.html under the URL foo.html from - 07:00-19:00 and at the remaining time the + 07:01-18:59 and at the remaining time the contents of foo.night.html. Just a nice feature for a homepage...

+ + mod_cache, intermediate proxies + and browsers may each cache responses and cause the either page to be + shown outside of the time-window configured. + mod_expires may be used to control this + effect. + -- 2.50.1