22
0
Fork 0

Infos sur les directives en debian7 qui ont changé

This commit is contained in:
Benoît S. 2017-07-05 16:53:26 +02:00
parent 3bf5ed9ad4
commit f4fe39d333
1 changed files with 3 additions and 0 deletions

View File

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