From: Joshua Slive Date: Fri, 30 Jun 2006 18:28:38 +0000 (+0000) Subject: Backport 418354 (add vary to prefer-language example). X-Git-Tag: 2.2.3~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb9765192d9c1b417091e3ac2bdc985ce34cff5;p=thirdparty%2Fapache%2Fhttpd.git Backport 418354 (add vary to prefer-language example). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418355 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml index febc707a750..075599841e4 100644 --- a/docs/manual/content-negotiation.xml +++ b/docs/manual/content-negotiation.xml @@ -503,6 +503,7 @@ Example SetEnvIf Cookie "language=(.+)" prefer-language=$1 + Header append Vary cookie