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 : ~~~