From: André Malo Date: Fri, 11 Jun 2004 22:01:47 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955c78471496518ea4a904a614bb5939ba1189d4;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103923 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 8311f3b2dc9..819eadf7849 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 9db0425d060..730db8cafb5 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 6c6b5c18ffd..a84c3bd4b47 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 4e24111bbeb..051bc79b74d 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 f3371a8b61a..508dc01082d 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 b555fe524b6..4862ea919aa 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