]> granicus.if.org Git - apache/commitdiff
One more fix. Thanks to Eric Cholet <cholet@logilune.com>
authorRalf S. Engelschall <rse@apache.org>
Thu, 10 Feb 2000 16:53:00 +0000 (16:53 +0000)
committerRalf S. Engelschall <rse@apache.org>
Thu, 10 Feb 2000 16:53:00 +0000 (16:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84607 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/rewriteguide.html

index 48d0e88228e33c3ff03e6cc29403e9071d704fbf..b6334922275fbb6620ce852ad5e4183e706fd2f1 100644 (file)
@@ -1382,7 +1382,7 @@ Here comes a really esoteric feature: Dynamically generated but statically
 served pages, i.e. pages should be delivered as pure static pages (read from
 the filesystem and just passed through), but they have to be generated
 dynamically by the webserver if missing. This way you can have CGI-generated
-pages which are statically unless one (or a cronjob) removes the static
+pages which are statically served unless one (or a cronjob) removes the static
 contents. Then the contents gets refreshed.
 
 <P>