From: Ruediger Pluem Date: Tue, 17 Jan 2006 15:14:34 +0000 (+0000) Subject: * Update transformation X-Git-Tag: 2.3.0~2603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3b63dea8bfd030a8b602d5deee6f3aedf42887c;p=thirdparty%2Fapache%2Fhttpd.git * Update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@369812 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml index d76e4b8507f..8d8ec46e603 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -2,6 +2,7 @@ core.xml + mod_access_compat.xml mod_actions.xml mod_alias.xml mod_asis.xml diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index 556b87bba1d..a087fbb6ca8 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -2,6 +2,7 @@ core.xml.de + mod_access_compat.xml mod_actions.xml.de mod_alias.xml mod_asis.xml diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index 1d46063b12c..04ed2b03a86 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -2,6 +2,7 @@ core.xml + mod_access_compat.xml mod_actions.xml mod_alias.xml mod_asis.xml diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index 8fa328815cd..cd034496d40 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -2,6 +2,7 @@ core.xml.ja + mod_access_compat.xml mod_actions.xml.ja mod_alias.xml.ja mod_asis.xml.ja diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index 3125e829f0d..6512726fcc0 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -2,6 +2,7 @@ core.xml + mod_access_compat.xml mod_actions.xml.ko mod_alias.xml.ko mod_asis.xml.ko diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 2efc6614dc9..e55bb7c7325 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -65,6 +65,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • AllowOverride
  • @@ -124,6 +125,7 @@
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • CacheMaxFileSize
  • +
  • CacheMinExpire
  • CacheMinFileSize
  • CacheNegotiatedDocs
  • CacheRoot
  • @@ -165,6 +167,7 @@
  • DeflateFilterNote
  • DeflateMemLevel
  • DeflateWindowSize
  • +
  • Deny
  • <Directory>
  • DirectoryIndex
  • <DirectoryMatch>
  • @@ -280,6 +283,7 @@
  • NWSSLTrustedCerts
  • NWSSLUpgradeable
  • Options
  • +
  • Order
  • PassEnv
  • PidFile
  • ProtocolEcho
  • @@ -330,7 +334,8 @@
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • -
  • <SatisfyAll>
  • +
  • Satisfy
  • +
  • <SatisfyAll>
  • <SatisfyOne>
  • ScoreBoardFile
  • Script
  • diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 2ad7be39bb5..257d9c2f90d 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -70,7 +70,9 @@ NT.
    top

    Other Modules

     A  |  C  |  D  |  E  |  F  |  H  |  I  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V 

    -
    mod_actions
    This module provides for executing CGI scripts based on +
    mod_access_compat
    Group authorizations based on host (name or IP +address)
    +
    mod_actions
    This module provides for executing CGI scripts based on media type or request method.
    mod_alias
    Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
    diff --git a/docs/manual/mod/mod_access_compat.xml.meta b/docs/manual/mod/mod_access_compat.xml.meta index 8d3297fa730..535d714dba2 100644 --- a/docs/manual/mod/mod_access_compat.xml.meta +++ b/docs/manual/mod/mod_access_compat.xml.meta @@ -1,13 +1,11 @@ - - - - mod_access_compat - /mod/ - .. - - - en - ja - ko - - + + + + mod_access_compat + /mod/ + .. + + + en + + diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 8ea03b4572b..878855f5c77 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -69,6 +69,7 @@
  • CacheIgnoreNoLastMod
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • +
  • CacheMinExpire
  • CacheStoreNoStore
  • CacheStorePrivate
  • @@ -377,6 +378,26 @@ LastModified date. CacheMaxExpire 604800

    + +
    top
    +

    CacheMinExpire Directive

    + + + + + + + +
    Description:The minimum time in seconds to cache a document
    Syntax:CacheMinExpire seconds
    Default:CacheMinExpire 0
    Context:server config, virtual host
    Status:Extension
    Module:mod_cache
    +

    The CacheMinExpire directive specifies the minimum number of + seconds for which cachable HTTP documents will be retained without checking the origin + server. This is only used if no valid expire time was supplied with the document.

    + + +

    + CacheMinExpire 3600 +

    +
    top

    CacheStoreNoStore Directive

    diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index a55d3a2fb73..02e7e953729 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + +