HTTP2 Support

Reported by: Wojtek
Created: 5 months 18 days ago
Last reply: 5 months 6 days ago
Views: 418

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 

At this point, I was able to make it work for one of my domain by:
/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.

Join our Discord server
Write a reply Edit a reply