A partir HTTP / 2 sur le serveur avec Apache
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:
1 | a2enmod ssl |
1 | a2enmod http2 |
Afin de recharger les modifications, redémarrez le serveur Apache avec la commande:
1 | systemctl restart apache2 |
Nous éditons notre configuration vhost comme suit:
1 2 3 4 5 6 7 8 9 10 | <VirtualHost *:443> 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 </VirtualHost> |
Nous sommes exactement intéressés par la règle:
Protocoles h2 http / 1.1
Qui, sinon, devrait être ajouté.
entrées connexes:
Construction d'un PC à la maison #1 boîtier
Prise en charge PHP du plugin Crayon Syntax Highlighter 8.0 et 8.1
ack -l DB_NAME
wp-config.php
wp-admin/setup-config.php
wp-config-exemple.php
wp-content/plugins/litespeed-cache/src/db-optm.cls.php
wp-content/plugins/newsletter/system/status.php
wp-includes/load.php
wp-includes/ms-load.php
Nmap - Utilitaire pour analyser les ports ouverts
Installer CPU-X dans Ubuntu et Debian