From: Christophe Jaillet Date: Mon, 6 Jul 2015 06:33:13 +0000 (+0000) Subject: Add missing around a parameter X-Git-Tag: 2.4.16~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18aadac47f15c61035f9f067f1ea7ed6f5b3774;p=thirdparty%2Fapache%2Fhttpd.git Add missing around a parameter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1689319 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 9cce3bdf044..81b70bfb256 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1286,8 +1286,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 75d4ec895ba..9d334fa627e 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1174,8 +1174,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 -