
colm at apache
Nov 2, 2009, 6:39 PM
Post #1 of 1
(150 views)
Permalink
|
|
svn commit: r832278 - /httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml
|
|
Author: colm Date: Tue Nov 3 02:39:41 2009 New Revision: 832278 URL: http://svn.apache.org/viewvc?rev=832278&view=rev Log: Correct the time-range for the time-based rewrite rule and warn about the effects of caches. Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml?rev=832278&r1=832277&r2=832278&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml Tue Nov 3 02:39:41 2009 @@ -385,9 +385,16 @@ <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>
|