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
This commit is contained in:
Ralf S. Engelschall
2000-02-10 16:53:00 +00:00
parent e18ab1713d
commit e952cf1dc6

View 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>