From: Christophe Jaillet Date: Mon, 6 Jul 2015 06:30:57 +0000 (+0000) Subject: Add missing around a parameter X-Git-Tag: 2.5.0-alpha~3021 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de69fc5a7daa062e36019adc62e7a0e8c3bca35e;p=apache Add missing around a parameter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1689317 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index b60913405a..cce70b3a70 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1321,8 +1321,8 @@ ProxyPass "/mirror/foo" "http://backend.example.com" nofailover Off If set to On the session will break if the worker is in - error state or disabled. Set this value to On if backend servers do not - support session replication. + error state or disabled. Set this value to On if backend + servers do not support session replication. stickysession - diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 7e97e9c358..8507a8b82a 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1189,8 +1189,8 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 nofailover Off If set to On the session will break if the worker is in - error state or disabled. Set this value to On if backend servers do not - support session replication. + error state or disabled. Set this value to On if backend + servers do not support session replication. stickysession -