Le tutoriel suivant décrit comment obtenir le support du protocole HTTP / 2 w Apache.
Nous avons fait une très simplement façon de commencer.
Nous exécutons la console de notre serveur et l'exécutons 2 modules:
a2enmod ssl a2enmod http2 Afin de recharger les modifications, redémarrez le serveur Apache avec la commande:
systemctl redémarrer apache2
Nous éditons notre configuration vhost comme suit:
  ServerName serwerweb.pl
  ServerAlias www.serwerweb.pl
  DocumentRoot /var/www/public_html/serwerweb.pl
  SSLEngine on
  SSLCertificateKeyFile /path/to/private.pem
  SSLCertificateFile /path/to/cert.pem
  SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
  Protocols h2 http/1.1
 Nous sommes exactement intéressés par la règle:
  Protocoles h2 http / 1.1
Qui, sinon, devrait être ajouté.
Le guide ci-dessous décrit comment installer KeePass sur Ubuntu. Całość wykonamy za pomocą kilku poleceń…
Master PDF Editor est un programme PDF complet, qui comprend de nombreuses fonctionnalités. Oprócz tworzenia i edycji…
Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w…
Vous pouvez séparer deux ou plusieurs commandes avec des points-virgules (;), Point-virgule (;): służy do oddzielania…
Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.…
Le guide suivant décrit comment installer Rocket.Chat sur Rocky Linux 8 Całość bardzo prosto zainstalujemy…