Apache
This commit is contained in:
19
apache.md
19
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.
|
> 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
|
||||||
|
|||||||
Reference in New Issue
Block a user