diff options
author | Igor Galić <igalic@apache.org> | 2010-06-16 10:27:52 +0000 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2010-06-16 10:27:52 +0000 |
commit | 80c11dcf5992b02339ce50acf8c5484627f78263 (patch) | |
tree | 61e8bc8da939de15bde7bd34d92965210029eafd /docs/manual/sections.xml | |
parent | cdc8db7eb5259441f114b449e8ab66421a2c03d6 (diff) | |
download | httpd-80c11dcf5992b02339ce50acf8c5484627f78263.tar.gz |
Fixing minor typo in sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.xml')
-rw-r--r-- | docs/manual/sections.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index df2dde4730..bc22aa696d 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -255,7 +255,7 @@ Alias /foo /srv/www/common/foo<br /> <p>The same is true for the <directive module="mod_proxy">ProxyPass</directive> directives:</p> <example> -ProxyPass /special-area http://special.example.com smax=5 max=10 +ProxyPass /special-area http://special.example.com smax=5 max=10<br /> ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On </example> </section> |