From 4646017c8a168291df486785d09a43a1015fc86a Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 27 Feb 2010 21:04:51 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@917047 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 6 + docs/manual/mod/mod_cache.html.en | 129 +++++ docs/manual/mod/mod_cache.xml.ja | 2 +- docs/manual/mod/mod_cache.xml.ko | 2 +- docs/manual/mod/mod_include.html.en | 89 ++++ docs/manual/mod/mod_include.xml.ja | 2 +- docs/manual/mod/mod_log_config.html.en | 29 +- docs/manual/mod/mod_log_config.xml.ja | 2 +- docs/manual/mod/mod_log_config.xml.ko | 2 +- docs/manual/mod/mod_log_config.xml.meta | 2 +- docs/manual/mod/mod_log_config.xml.tr | 2 +- docs/manual/mod/mod_ssl.html.en | 43 ++ docs/manual/mod/quickreference.html.en | 633 ++++++++++++------------ 13 files changed, 612 insertions(+), 331 deletions(-) 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