From: Vincent Bray Date: Wed, 5 Dec 2007 16:17:55 +0000 (+0000) Subject: Update transformations X-Git-Tag: 2.2.7~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a39abc01abde4949f7467f2490d25303911a8145;p=thirdparty%2Fapache%2Fhttpd.git Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@601389 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 9e7b9670dd9..6801bbd1d95 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -365,6 +365,7 @@
  • SetHandler
  • SetInputFilter
  • SetOutputFilter
  • +
  • SSIEnableAccess
  • SSIEndTag
  • SSIErrorMsg
  • SSIStartTag
  • diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index d3c5c428186..f41273341e6 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -41,6 +41,7 @@

    Directives

    + +
    top
    +

    SSIEnableAccess Directive

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

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

    + +
    + +
    off
    +
    <!--#if expr="-A /foo"--> will be interpreted as a series + of string and regular expression tokens, the -A has no special + meaning.
    + +
    on
    +
    <!--#if expr="-A /foo"--> will evaluate to false if the + URL /foo is inaccessible by configuration, or true otherwise.
    + +
    + +
    top

    SSIEndTag Directive

    @@ -794,7 +843,7 @@ set - +
    diff --git a/docs/manual/mod/mod_include.xml.ja b/docs/manual/mod/mod_include.xml.ja index 4d5beb2d339..43b643c41eb 100644 --- a/docs/manual/mod/mod_include.xml.ja +++ b/docs/manual/mod/mod_include.xml.ja @@ -1,7 +1,7 @@ - + +