From: Christophe Jaillet Date: Sat, 13 Jun 2020 04:17:40 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 2.5.0-alpha2-ci-test-only~1386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf13925007c19d9af72c0b2861a97197a4fd393d;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo Spotted and fixed by David Poole [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878784 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index 397bcc8b90b..f409299fef3 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -311,7 +311,7 @@ ProxyPass "/test" "balancer://mycluster" stickysession=JSESSIONID|jsessionid sco stickyness to the error log, if the log level is set to debug or higher. This is an easy way to troubleshoot stickyness problems, but the log volume might - be to high for production servers under high load.

+ be too high for production servers under high load.