From e012462ea04734b6edf70faf9b901eb4d53fe242 Mon Sep 17 00:00:00 2001 From: "Jason S. Lingohr" Date: Sat, 17 May 2008 07:39:27 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657308 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 2 +- docs/manual/mod/mod_include.html.en | 14 +++++++------- docs/manual/mod/mod_mem_cache.html.en | 3 ++- docs/manual/mod/quickreference.html.en | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 2cf20f8b40..add02f229a 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -423,7 +423,7 @@
  • SetHandler
  • SetInputFilter
  • SetOutputFilter
  • -
  • SSIEnableAccess
  • +
  • SSIAccessEnable
  • SSIEndTag
  • SSIErrorMsg
  • SSIStartTag
  • diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 90e2212217..445a54d702 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -41,7 +41,7 @@

    Directives

    top
    -

    SSIEnableAccess Directive

    +

    SSIAccessEnable Directive

    - - + +
    Description:Enable the -A flag during conditional flow control processing.
    Syntax:SSIEnableAccess on|off
    Default:SSIEnableAccess off
    Syntax:SSIAccessEnable on|off
    Default:SSIAccessEnable off
    Context:directory, .htaccess
    Status:Base
    Module:mod_include
    -

    The SSIEnableAccess directive controls whether +

    The SSIAccessEnable directive controls whether the -A test is enabled during conditional flow control processing. - SSIEnableAccess can take on the following values:

    + SSIAccessEnable can take on the following values:

    diff --git a/docs/manual/mod/mod_mem_cache.html.en b/docs/manual/mod/mod_mem_cache.html.en index 54843b95a5..d3ee104787 100644 --- a/docs/manual/mod/mod_mem_cache.html.en +++ b/docs/manual/mod/mod_mem_cache.html.en @@ -41,7 +41,8 @@ keys. Content with access protection is not cached.

    Note

    In most cases mod_disk_cache - should be the preferred choice. This is explained further in the Caching Guide.
    + should be the preferred choice. This is explained further in the Caching Guide. In particular, + this module's cache is per-process.

    Directives