This commit is contained in:
2025-11-21 11:47:37 +01:00
parent c96adc345c
commit f60744317a

View File

@@ -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. > 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 ```shell
apt install --no-install-recommends php-fpm apt install --no-install-recommends php-fpm
a2enconf php8.4-fpm a2enconf php8.4-fpm
a2enmod proxy_fcgi a2enmod proxy_fcgi
a2dismod autoindex
a2enmod rewrite
``` ```
## optionnel ### Modules optionnels
#### Mbstring
### Mbstring
```shell ```shell
apt install --no-install-recommends php-bcmath apt install --no-install-recommends php-bcmath
``` ```
```shell
apt install --no-install-recommends memcached libmemcached-tools apt install --no-install-recommends memcached libmemcached-tools
apt install --no-install-recommends php-memcached apt install --no-install-recommends php-memcached
apt install --no-install-recommends php-imagick apt install --no-install-recommends php-imagick
```
### Caddy ### Caddy