diff options
author | Joshua Slive <slive@apache.org> | 2005-10-18 17:54:54 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2005-10-18 17:54:54 +0200 |
commit | 49c38a56c304b5d6e25931aba7972f04749fd3ca (patch) | |
tree | 8aef40daa5113343ad69efe90e3598b230716e04 /docs/manual/env.xml | |
parent | C++ comments are not supported by some compilers (ReliantUnix). (diff) | |
download | apache2-49c38a56c304b5d6e25931aba7972f04749fd3ca.tar.xz apache2-49c38a56c304b5d6e25931aba7972f04749fd3ca.zip |
Proxy docs changes:
- Move ftp-related questions to mod_proxy_ftp.
- Document the proxy-sendcl and proxy-sendchunked env variables.
- Improve the docs on the other proxy env variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@326130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/env.xml')
-rw-r--r-- | docs/manual/env.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 54ff341213..c92dc92941 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -366,6 +366,13 @@ </section> + <section id="proxy"><title>force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, proxy-sendcl</title> + + <p>These directives alter the protocol behavior of + <module>mod_proxy</module>. See the <module>mod_proxy</module> + documentation for more details.</p> + </section> + </section> <section id="examples"> @@ -374,8 +381,10 @@ <section id="misbehaving"> <title>Changing protocol behavior with misbehaving clients</title> - <p>We recommend that the following lines be included in - httpd.conf to deal with known client problems.</p> + <p>Earlier versions recommended that the following lines be included in + httpd.conf to deal with known client problems. Since the affected clients + are no longer seen in the wild, this configuration is likely no-longer + necessary.</p> <example><pre> # # The following directives modify normal HTTP response behavior. |