From 20dcd077b3e6db3da82a23be01f50fa16d9289e5 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Tue, 12 Sep 2017 17:29:25 +0200 Subject: [PATCH] Apache --- HowtoDebian/MigrationJessieStretch.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HowtoDebian/MigrationJessieStretch.md b/HowtoDebian/MigrationJessieStretch.md index 417b10df..5eb20c52 100644 --- a/HowtoDebian/MigrationJessieStretch.md +++ b/HowtoDebian/MigrationJessieStretch.md @@ -80,6 +80,16 @@ Apt utilise maintenant l'utilisateur "_apt" pour certaines de ses fonctionnalit chmod 755 /etc/apt /var/cache/apt ~~~ +## Apache + +Pour passer a PHP7, il faut désactiver le module php5 et activer le module php7 : + +~~~ +a2dismod php5 +a2enmod php7.0 +service apache2 restart +~~~ + ## Xorg `startx` ou `startxfce4` donne : `parse_vt_settings /dev/tty0 (permission denied)`