Serveurs Privés Virtuels (VPS) - HTTP/2 protocol is not supported
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

HTTP/2 protocol is not supported

Von
JohanR2
Erstellungsdatum 2019-12-01 09:39:20 (edited on 2024-09-04 14:17:49) in Serveurs Privés Virtuels (VPS)

Bonjour,

je tente en vain d'utiliser le mod HTTP/2, j'ai effectué les configurations nécessaires en suivant ces directives https://debian-facile.org/viewtopic.php?id=21687

mais cela ne fonctionne pas et j’avouerai que je ne sais plus ou chercher ? j'accepte votre aide volontiers.

Server version: Apache/2.4.25 (Debian)
Le projet est fait en Symfony
Mon HTTPS est correctement activé,

Merci par avance


1 Antwort ( Latest reply on 2019-12-01 09:47:53 Von
JohanR2
)

Si on avait la config du vhost, les mods chargé sur Apache on pourrait peut être aider non ?

Désolé pour le dérangement, j'ai trouvé la solution dans les commentaires du meme tuto https://1facile.org/viewtopic.php?id=21687facile.org/viewtopic.php?id=21687 en activant ces commandes :
systemctrl stop apache2
apt-get install php7.x-fpm
a2enmod proxy_fcgi setenvif
a2enconf php7.x-fpm
a2dismod php7.x
a2dismod mpm_prefork
a2enmod mpm_event
a2enmod mpm_worker
systemctrl start apache2