From: Graham Leggett Date: Sat, 27 Feb 2010 21:04:51 +0000 (+0000) Subject: Update transformations. X-Git-Tag: 2.2.15~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4646017c8a168291df486785d09a43a1015fc86a;p=thirdparty%2Fapache%2Fhttpd.git Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@917047 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 8dbc959365c..119e6489be5 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -131,6 +131,9 @@
  • CacheIgnoreQueryString
  • CacheIgnoreURLSessionIdentifiers
  • CacheLastModifiedFactor
  • +
  • CacheLock
  • +
  • CacheLockMaxAge
  • +
  • CacheLockPath
  • CacheMaxExpire
  • CacheMaxFileSize
  • CacheMinFileSize
  • @@ -378,6 +381,8 @@
  • SSIEnableAccess
  • SSIEndTag
  • SSIErrorMsg
  • +
  • SSIETag
  • +
  • SSILastModified
  • SSIStartTag
  • SSITimeFormat
  • SSIUndefinedEcho
  • @@ -394,6 +399,7 @@
  • SSLCryptoDevice
  • SSLEngine
  • SSLHonorCipherOrder
  • +
  • SSLInsecureRenegotiation
  • SSLMutex
  • SSLOptions
  • SSLPassPhraseDialog
  • diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 2e1c52ee10f..08464321f50 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -72,6 +72,9 @@
  • CacheIgnoreQueryString
  • CacheIgnoreURLSessionIdentifiers
  • CacheLastModifiedFactor
  • +
  • CacheLock
  • +
  • CacheLockMaxAge
  • +
  • CacheLockPath
  • CacheMaxExpire
  • CacheStoreNoStore
  • CacheStorePrivate
  • @@ -80,6 +83,7 @@

    See also