diff options
author | Ralf S. Engelschall <rse@apache.org> | 2000-02-10 17:53:00 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@apache.org> | 2000-02-10 17:53:00 +0100 |
commit | e952cf1dc6e8f33851e2ab9a82ef537ca2a5a02c (patch) | |
tree | 404a5d4ba31c8b18010da4335625eec14740def3 /docs | |
parent | Make sure we don't receive another PR where a user tried to take the (diff) | |
download | apache2-e952cf1dc6e8f33851e2ab9a82ef537ca2a5a02c.tar.xz apache2-e952cf1dc6e8f33851e2ab9a82ef537ca2a5a02c.zip |
One more fix. Thanks to Eric Cholet <cholet@logilune.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84607 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/misc/rewriteguide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/misc/rewriteguide.html b/docs/manual/misc/rewriteguide.html index 48d0e88228..b633492227 100644 --- a/docs/manual/misc/rewriteguide.html +++ b/docs/manual/misc/rewriteguide.html @@ -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> |