]> granicus.if.org Git - apache/commitdiff
Docs: "Header add" doesn't need a colon after
authorRainer Jung <rjung@apache.org>
Thu, 26 Aug 2010 12:59:33 +0000 (12:59 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 26 Aug 2010 12:59:33 +0000 (12:59 +0000)
the header name.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989651 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_balancer.xml

index 6649d6b6c354a348bfb5c01469a94c6772a30cd4..b1d422eca7e44bd91ae5c8de3d196a23c14df5dc 100644 (file)
@@ -87,7 +87,7 @@
     </p>
 
     <example>
-    Header add Set-Cookie: "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/"
+    Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/"
            env=BALANCER_ROUTE_CHANGED<br />
     &lt;Proxy balancer://mycluster&gt;<br />
     BalancerMember http://192.168.1.50:80 route=1<br />