]> granicus.if.org Git - apache/commitdiff
Correct the time-range for the time-based rewrite rule and warn about the effects...
authorColm MacCarthaigh <colm@apache.org>
Tue, 3 Nov 2009 02:39:41 +0000 (02:39 +0000)
committerColm MacCarthaigh <colm@apache.org>
Tue, 3 Nov 2009 02:39:41 +0000 (02:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832278 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewrite_guide.xml

index 98fd446c1538c4a1b10ada76f56011765fc22361..31d88cc3deba58666a25c877dc4d26ca0581475f 100644 (file)
@@ -385,9 +385,16 @@ RewriteRule   ^foo\.html$             foo.night.html
 
           <p>This provides the content of <code>foo.day.html</code>
           under the URL <code>foo.html</code> from
-          <code>07:00-19:00</code> and at the remaining time the
+          <code>07:01-18:59</code> and at the remaining time the
           contents of <code>foo.night.html</code>. Just a nice
           feature for a homepage...</p>
+
+          <note type="warning"><module>mod_cache</module>, intermediate proxies
+          and browsers may each cache responses and cause the either page to be
+          shown outside of the time-window configured.
+          <module>mod_expires</module> may be used to control this
+          effect.</note>
+
         </dd>
       </dl>