]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport 418354 (add vary to prefer-language example).
authorJoshua Slive <slive@apache.org>
Fri, 30 Jun 2006 18:28:38 +0000 (18:28 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 30 Jun 2006 18:28:38 +0000 (18:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418355 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/content-negotiation.xml

index febc707a750d1a0119d516abe11d87b94897b349..075599841e4dc69d5de53d61dab43a7932c3b57e 100644 (file)
 
     <example><title>Example</title>
       SetEnvIf Cookie "language=(.+)" prefer-language=$1
+      Header append Vary cookie
     </example>
 </section>
 </section>