From 32bbb418dbf66afe2c63757325401b5046d13487 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Fri, 20 Dec 2002 15:52:04 +0000 Subject: [PATCH] update transformations of recent changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98051 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 2 +- docs/manual/mod/mod_cache.html.en | 44 +--- docs/manual/mod/mod_mem_cache.html.en | 43 ++++ docs/manual/mod/quickreference.html.en | 276 ++++++++++++------------- docs/manual/stopping.html.en | 2 +- 5 files changed, 184 insertions(+), 183 deletions(-) diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 2e9338c3bc..cd840911f1 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -122,7 +122,6 @@
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • CacheMaxFileSize
  • -
  • CacheMaxStreamingBuffer
  • CacheMinFileSize
  • CacheNegotiatedDocs
  • CacheRoot
  • @@ -230,6 +229,7 @@
  • MaxThreadsPerChild
  • MCacheMaxObjectCount
  • MCacheMaxObjectSize
  • +
  • MCacheMaxStreamingBuffer
  • MCacheMinObjectSize
  • MCacheRemovalAlgorithm
  • MCacheSize
  • diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index bb1b9b6497..7d1079d1e3 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -62,7 +62,6 @@
  • CacheIgnoreNoLastMod
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • -
  • CacheMaxStreamingBuffer
  • Topics