diff options
author | Igor Galić <igalic@apache.org> | 2011-02-02 11:50:07 +0100 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2011-02-02 11:50:07 +0100 |
commit | 71b50ff774821fa747c63e3ca554f61c03d6ec3b (patch) | |
tree | db5f1230d91f970255d7cdf1ec497161b0b77e2b /docs/manual/mod/mod_proxy_http.xml | |
parent | Again, abstract out the worker status magic to it's handled (diff) | |
download | apache2-71b50ff774821fa747c63e3ca554f61c03d6ec3b.tar.xz apache2-71b50ff774821fa747c63e3ca554f61c03d6ec3b.zip |
tid 50632, specifying the default of proxy-interim-response
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1066408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_http.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy_http.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_http.xml b/docs/manual/mod/mod_proxy_http.xml index 92e1625160..a3f283a25c 100644 --- a/docs/manual/mod/mod_proxy_http.xml +++ b/docs/manual/mod/mod_proxy_http.xml @@ -91,7 +91,7 @@ encoding. This allows the request to be efficiently streamed, but requires that the backend server supports HTTP/1.1.</dd> <dt>proxy-interim-response</dt> - <dd>This variable takes values <code>RFC</code> or + <dd>This variable takes values <code>RFC</code> (the default) or <code>Suppress</code>. Earlier httpd versions would suppress HTTP interim (1xx) responses sent from the backend. This is technically a violation of the HTTP protocol. In practice, |