哪个面板支持 HTTP/2

2016-03-22 11:31:51 +08:00
 xiaoyu9527

自己配置琢磨了半天也没配置出来。

有没有哪个面板支持呀。

1458 次点击
所在节点    问与答
10 条回复
ivmm
2016-03-22 11:36:18 +08:00
只要
nginx 版本大于 1.9.4 还是几来着,
httpd 版本大于 2.4.17
Openlitespeed 版本大于 1.14

即可,与面板无关
xiaoyu9527
2016-03-22 11:48:17 +08:00
@ivmm 配置了几天 OPEN LITESPEED 。

都配置不出来 网上也搜索不到详细的教程。。
Jaylee
2016-03-22 11:57:58 +08:00
面板是什么意思?
ivmm
2016-03-22 14:09:36 +08:00
@xiaoyu9527 看看我的博客
TONYHEAD
2016-03-22 15:14:14 +08:00
amh ,自己升级到 nginx 1.9.12 就支持了 :doge:

例子: https://www.tonyhead.com/
qcloud
2016-03-22 15:17:39 +08:00
@TONYHEAD 不想自己升级咋办。。
TONYHEAD
2016-03-22 16:26:24 +08:00
@qcloud 怕麻烦是吧,我带你飞。


AMH 4.2 Nginx 升级 HTTP/2 HTTP2 + Certificate Transparency

假设你 ssh 后在 root 目录。

下载 OpenSSL 补丁
wget https://www.openssl.org/source/openssl-1.0.2g.tar.gz && tar -zxvf openssl-1.0.2g.tar.gz

下载 Nginx CT
wget https://github.com/grahamedgecombe/nginx-ct/archive/v1.2.0.tar.gz && tar -xzvf v1.2.0.tar.gz

下载 Nginx 1.9.12
wget http://nginx.org/download/nginx-1.9.12.tar.gz && tar -zxvf nginx-1.9.12.tar.gz


进入 Nginx 1.9.12 目录开始安装

cd nginx-1.9.12

./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_ssl_module --with-http_gzip_static_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --without-http_uwsgi_module --without-http_scgi_module --with-http_ssl_module --with-http_flv_module --with-http_mp4_module --with-openssl=/root/openssl-1.0.2g --with-http_v2_module --with-ld-opt=-lrt --add-module=/root/nginx-ct-1.2.0 --with-http_stub_status_module

make

make install

mv /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.old && cp objs/nginx /usr/local/nginx/sbin/nginx && make upgrade

重启 Nginx 。

搞定。
qcloud
2016-03-22 16:27:49 +08:00
@TONYHEAD 哈哈,谢谢啦
VmuTargh
2016-03-22 16:29:41 +08:00
@TONYHEAD 直接 libressl 就行了, opemssl 还要打 cloudflare 的 patch 太麻烦
xiaoyu9527
2016-03-22 19:01:28 +08:00
@TONYHEAD 感谢。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/265382

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX