The following tutorial describes how to obtain support for the HTTP protocol / 2 w Apache.
We made in a very simply way to get started.
We run our server console at launch 2 modules:
a2enmod ssl
a2enmod http2
In order to reload the changes, restart Apache command:
systemctl restart apache2
We edit the configuration of our vhost as follows:
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
Exactly we are interested ruler:
Protocols h2 http/1.1
If you do not have to be add.
The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń…
Master PDF Editor is a comprehensive PDF program, which includes many features. 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…
You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania…
Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.…
The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy…