From 9b4c3535e45e38d2cad3aaa0f71b9826014531bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 5 Apr 2004 18:18:32 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103274 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.de | 1 + docs/manual/mod/directives.html.en | 1 + docs/manual/mod/directives.html.ko.euc-kr | 1 + docs/manual/mod/mod_headers.html.en | 20 + docs/manual/mod/mod_headers.xml.ja | 2 +- docs/manual/mod/quickreference.html.de | 524 +++++++++++----------- docs/manual/mod/quickreference.html.en | 522 ++++++++++----------- 7 files changed, 549 insertions(+), 522 deletions(-) diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 0a20f1c3c5..69aa322716 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -169,6 +169,7 @@
  • EnableMMAP
  • EnableSendfile
  • ErrorDocument
  • +
  • ErrorHeader
  • ErrorLog
  • Example
  • ExpiresActive
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 4b8849c61f..ebb48d24d3 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -170,6 +170,7 @@
  • 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 6e783acef5..7e96876964 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -167,6 +167,7 @@
  • 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 54b87f8cb5..d1567979d9 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -39,6 +39,7 @@ is available only in Apache 2.0

    Directives

    @@ -134,6 +135,25 @@ 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

    diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index 38825e0805..189eacdd47 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - +