From f4fe39d333727449e8a54ab5c5b4381970e084ed Mon Sep 17 00:00:00 2001 From: bserie Date: Wed, 5 Jul 2017 16:53:26 +0200 Subject: [PATCH] =?UTF-8?q?Infos=20sur=20les=20directives=20en=20debian7?= =?UTF-8?q?=20qui=20ont=20chang=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoVarnish.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HowtoVarnish.md b/HowtoVarnish.md index 065a9099..96e31c82 100644 --- a/HowtoVarnish.md +++ b/HowtoVarnish.md @@ -758,6 +758,9 @@ Sous Debian 7 (Wheezy), Varnish 3 a pas mal de différences : * il faut forcer l'umask à 022 (voir ci-dessus) * la sous-routine *vcl_backend_response* était appelée *vcl_fetch* +* `req.request` ← `req.method` +* `vcl_error` ← `vcl_backend_error` +* `obj.http` ← `resp.http` * pour avoir un entête HTTP X-Cache avec HIT ou MISS, il faut modifier la sous-routine *vcl_deliver* ainsi : ~~~