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