From da1475c7fafe101e62f36b6e3c4ddc2f1c6d2155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Fri, 12 Jul 2019 09:49:44 +0200 Subject: [PATCH] packweb-apache: add EnableCapabilities section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Si Apache tourne avec le module ITK et doit accéder à un partage NFS il est obligatoire de passer EnableCapabilities à off, sinon ça ne fonctionnera pas. On l'ajoute en commentaire pour référence et désactivation quand nécessaire. --- apache/files/evolinux-custom.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apache/files/evolinux-custom.conf b/apache/files/evolinux-custom.conf index 64d8f97a..a152043f 100644 --- a/apache/files/evolinux-custom.conf +++ b/apache/files/evolinux-custom.conf @@ -24,3 +24,7 @@ SetEnvIf User-Agent "ApacheBench" GoAway=1 # # Header set Access-Control-Allow-Origin "*" # + +# Si Apache tourne avec le module ITK et doit accéder à un partage NFS il est +# obligatoire de passer EnableCapabilities à off, sinon ça ne fonctionnera pas +#EnableCapabilities off -- 2.39.2