Author Topic: HTTP2 / SPDY  (Read 27570 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: HTTP2 / SPDY
« Reply #15 on: August 01, 2018, 01:53:40 AM »
on new version you can easily enable http2 on nginx (nginx + apache)
But how??? there is no info on wiki, or the forum...

Offline
*
Re: HTTP2 / SPDY
« Reply #16 on: August 01, 2018, 11:37:46 AM »
if you have centos 7 and nginx then simply modify template for nginx https

in cwp admin
IP:2030/admin/index.php?module=vhost_tpl

replace in section "nginx_proxy_vhost_ssl"
Code: [Select]
listen YOURSERVERIP:NGINXPORT;with
Code: [Select]
listen YOURSERVERIP:NGINXPORT ssl http2;
then go to webservers in cwp.admin and click on save and rebuild configuration
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: HTTP2 / SPDY
« Reply #17 on: August 01, 2018, 11:43:44 PM »
Thanks!!!

Can I also edit nginx_proxy_vhost to force https?
Code: [Select]
return 301 https://$host:443$request_uri;
Not sure where to insert it, but I think here
Code: [Select]
server {
listen YOURSERVERIP:NGINXPORT;
return 301 https://$host:443$request_uri;
access_log /var/log/nginx/access.YOURDOMAIN.log;
« Last Edit: August 01, 2018, 11:50:34 PM by majorb »

Offline
*
Re: HTTP2 / SPDY
« Reply #18 on: August 02, 2018, 01:29:58 PM »
yes, you can but this could cause you issues with the renewal of autossl certificates and domains without ssl will not work then.
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: HTTP2 / SPDY
« Reply #19 on: August 16, 2018, 01:29:52 PM »
I want http2 without nginx.
Is there any plan to use http2 from Apache ?


Offline
*****
Re: HTTP2 / SPDY
« Reply #21 on: August 17, 2018, 07:27:48 AM »

Offline
**
Re: HTTP2 / SPDY
« Reply #22 on: September 02, 2018, 02:54:49 PM »
https://www.mysterydata.com/how-to-enable-http-2-for-apache-in-cwp-with-mod_http2-module/



Ok, I’ve finished this tutorial but still get negative when testing one of my sites.
Was it ok if I’ve followed this tutorial on a server built with Apache+Nginx+Varnish?

Offline
*****
Re: HTTP2 / SPDY
« Reply #23 on: September 05, 2018, 01:05:46 PM »
https://www.mysterydata.com/how-to-enable-http-2-for-apache-in-cwp-with-mod_http2-module/



Ok, I’ve finished this tutorial but still get negative when testing one of my sites.
Was it ok if I’ve followed this tutorial on a server built with Apache+Nginx+Varnish?

use this tutorial
https://www.mysterydata.com/how-to-enable-http-2-on-cwp7-centos-web-panel/