- Edited
TinyCP supports HTTP2. All you need is to enable apache http2 module.
TinyCP supports HTTP2. All you need is to enable apache http2 module.
Hello Team,
I tried to enable http2 here in my ubuntu 16, and I tried this link below,
https://techwombat.com/enable-http2-apache-ubuntu-16-04/
However, I am still no idea where to a get the Step 4: Add a line to your Virtual Host file
Protocols h2 h2c http/1.1
/opt/tinycp/domains/domain.tld/apache.conf
However, is there any option to get the entire domain to enable for https2?
I tried /etc/apache2/apache2.conf, however, I do not see the <VirtualHost>...</VirtualHost>
tags. Could you guide me in the right direction?
Server version: Apache/2.4.37 (Ubuntu) Server built: 2018-10-28T15:26:37
Version number: 437
Hi.
TinyCP adds to virtualhosts dby default
<IfModule mod_http2.c> Protocols h2 h2c http/1.1 </IfModule>
So don't have to add manually.
Open domain and save. Should be there.