From 955c78471496518ea4a904a614bb5939ba1189d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 11 Jun 2004 22:01:47 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103923 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.de | 1 - docs/manual/mod/directives.html.en | 1 - docs/manual/mod/directives.html.es | 1 - docs/manual/mod/directives.html.ko.euc-kr | 1 - docs/manual/mod/mod_headers.html.en | 34 +- docs/manual/mod/mod_headers.xml.ja | 2 +- docs/manual/mod/quickreference.html.de | 534 +++++++++--------- docs/manual/mod/quickreference.html.en | 532 +++++++++-------- docs/manual/mod/quickreference.html.es | 532 +++++++++-------- docs/manual/mod/quickreference.html.ko.euc-kr | 532 +++++++++-------- 10 files changed, 1073 insertions(+), 1097 deletions(-) diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 8311f3b2dc..819eadf784 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -171,7 +171,6 @@
  • EnableMMAP
  • EnableSendfile
  • ErrorDocument
  • -
  • ErrorHeader
  • ErrorLog
  • Example
  • ExpiresActive
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 9db0425d06..730db8cafb 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -172,7 +172,6 @@
  • EnableMMAP
  • EnableSendfile
  • ErrorDocument
  • -
  • ErrorHeader
  • ErrorLog
  • Example
  • ExpiresActive
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 6c6b5c18ff..a84c3bd4b4 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -174,7 +174,6 @@
  • EnableMMAP
  • EnableSendfile
  • ErrorDocument
  • -
  • ErrorHeader
  • ErrorLog
  • Example
  • ExpiresActive
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 4e24111bbe..051bc79b74 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -169,7 +169,6 @@
  • EnableMMAP
  • EnableSendfile
  • ErrorDocument
  • -
  • ErrorHeader
  • ErrorLog
  • Example
  • ExpiresActive
  • diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index f3371a8b61..508dc01082 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -39,7 +39,6 @@ is available only in Apache 2.0

    Directives

    @@ -135,32 +134,13 @@ is available only in Apache 2.0

    - -
    top
    -

    ErrorHeader Directive

    - - - - - - - -
    Description:Configure HTTP response headers also for error responses
    Syntax:ErrorHeader set|append|add|unset|echo header -[value] [env=[!]variable]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension
    Module:mod_headers
    -

    This directive can replace, merge or remove HTTP response headers also during -3xx, 4xx and -5xx replies. For normal replies use the Header directive.

    - -

    This directive is identical to the Header directive in all other respects. -Consult this directive for more information on the syntax.

    -
    top

    Header Directive

    - + @@ -169,7 +149,15 @@ Consult this directive for more information on the syntax.

    This directive can replace, merge or remove HTTP response headers. The header is modified just after the content handler and output filters are run, allowing outgoing headers to be - modified. The action it performs is determined by the first + modified.

    + +

    The optional condition can be either onsuccess + or always. It determines, when the specified action should be + taken. onsuccess stands for 2xx status + codes and always for all status codes (including + 2xx).

    + +

    The action it performs is determined by the second argument. This can be one of the following values:

    diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index b555fe524b..4862ea919a 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - +
    Description:Configure HTTP response headers
    Syntax:Header set|append|add|unset|echo header -[value] [env=[!]variable]
    Syntax:Header [condition] set|append|add|unset|echo +header [value] [env=[!]variable]
    Context:server config, virtual host, directory, .htaccess
    Override:FileInfo
    Status:Extension