From 4edeb03505bc39e5b307cd308cb4b045ad154f07 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Tue, 13 Sep 2022 14:59:42 +0200 Subject: [PATCH] Fix Varnish check conf --- HowtoCheckconf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoCheckconf.md b/HowtoCheckconf.md index d940558d..244f4849 100644 --- a/HowtoCheckconf.md +++ b/HowtoCheckconf.md @@ -163,7 +163,7 @@ spamassassin --lint ## Varnish ~~~ -# varnishd -Cf /etc/varnish/default.vcl > /dev/null +# sudo -u varnish varnishd -Cf /etc/varnish/default.vcl ~~~ Dans certain cas, il est possible d'obtenir l'erreur `cannot open shared object file: Permission denied`, essayer de relancer la commande après avoir mis votre umask à `0007`.