From 91e62456bab4135f96c56693222b511b66935fca Mon Sep 17 00:00:00 2001 From: gcolpart Date: Fri, 13 Oct 2017 05:26:40 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20d'une=20pr=C3=A9cision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoApache.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoApache.md b/HowtoApache.md index 0e1fedd2..3ccb69e0 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -80,6 +80,8 @@ Fichiers de configuration : └── X.conf -> ../sites-available/X.conf ~~~ +La configuration se trouve dans le fichier `/etc/apache2/apache2.conf` qui inclut de nombreux fichiers séparés. + Nous activons toujours au minimum les modules suivants : ~~~