From f60744317ad2d40f352c2d1f2f5fa32461af79b2 Mon Sep 17 00:00:00 2001 From: "e.medina" Date: Fri, 21 Nov 2025 11:47:37 +0100 Subject: [PATCH] Apache --- apache.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/apache.md b/apache.md index b830106..1817ea8 100644 --- a/apache.md +++ b/apache.md @@ -8,34 +8,33 @@ apt install --no-install-recommends apache2 > Fondamentalement, le serveur Apache n'exige pas seulement des autorisations de lecture de tous les fichiers qu'il dessert, mais l'autorisation d'exécution de tous les répertoires dans le chemin de votre hôte virtuel. +```shell +a2dismod autoindex +a2enmod rewrite +``` -### PHP 8.4 +## PHP 8.4 ```shell apt install --no-install-recommends php-fpm a2enconf php8.4-fpm a2enmod proxy_fcgi - -a2dismod autoindex -a2enmod rewrite ``` -## optionnel +### Modules optionnels - -### Mbstring +#### Mbstring ```shell apt install --no-install-recommends php-bcmath ``` +```shell apt install --no-install-recommends memcached libmemcached-tools apt install --no-install-recommends php-memcached apt install --no-install-recommends php-imagick - - - +``` ### Caddy