From f19df08a5ac35416b9afe882f5216d6198af2e67 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 04:22:36 +0000 Subject: [PATCH] PR#47348: missing "response" the ProxyBadHeader description, and drive home with ...from the origin server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031428 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 4 ++-- docs/manual/mod/mod_proxy.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index e4c3106b29..014a9807ab 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -633,8 +633,8 @@ response

The ProxyBadHeader directive determines the behaviour of mod_proxy if it receives syntactically invalid - header lines (i.e. containing no colon). The following arguments - are possible:

+ response header lines (i.e. containing no colon) from the origin + server. The following arguments are possible:

IsError
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 86799990fc..96f3f44ea9 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -455,8 +455,8 @@ response

The ProxyBadHeader directive determines the behaviour of mod_proxy if it receives syntactically invalid - header lines (i.e. containing no colon). The following arguments - are possible:

+ response header lines (i.e. containing no colon) from the origin + server. The following arguments are possible:

IsError
-- 2.50.1