This site is a static archive of the Aegir community site. Documentation has moved to http://docs.aegirproject.org. Other community resources can be found on the Contacting the community page.
Skip navigation

Talk

#1

For Varnish versions > 3.0 :

set req.hash += req.http.Cookie;

should be:

hash_data(req.http.Cookie);

Source: https://www.varnish-cache.org/docs/3.0/installation/upgrade.html