2014-02-05 109 views
0

我编的nginx 1.5.10与在CentOS 6.5的SPDY模块,它是没有问题的工作,据我所知,除了,显然不是正在使用SPDY。为什么spdy在nginx 1.5.10下不能正常工作?

我已经在nginx.conf加入“SPDY”选项来听指令并重新启动服务器,但各种检查SPDY协议的方法,如firefox的插件可用,也是网站:​​ 均表明spdy未在我的网站上使用。

在nginx.conf的行是:

听443 SSL SPDY default_server;

我看到这个线程:How to set up SPDY Protocol over Nginx?

看了看我是否需要改变DAEMON或PATH行/etc/init.d/nginx - 但在我的版本中这些线不存在的。

的nginx -V的输出是:

nginx的版本:nginx的/ 1.5.10 由GCC 4.4.7内置20120313(红帽4.4.7-4)(GCC) TLS SNI支持启用 配置参数:--prefix =/etc/nginx --sbin-path =/usr/sbin/nginx --conf-path =/etc/nginx/nginx.conf --error-log-path =/var/log/nginx/error.log --http-log-path =/var/log/nginx/access.log --pid-path =/var/run/nginx.pid --lock-path =/var/run/nginx。 lock --http-client-body-temp-path =/var/cache/nginx/client_temp --http-proxy-temp-path =/var/cache/nginx/proxy_temp --http -fastcgi -temp path =/VAR /高速缓存/ nginx的/ fastcgi_temp --http-uwsgi-TEMP-路径= /变种/高速缓存/ nginx的/ uwsgi_temp --http-SCGI-TEMP-路径= /变种/高速缓存/ nginx的/ scgi_temp --user = nginx的 - G roup = nginx的--with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module - 与-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with邮件--with-mail_ssl_module --with文件-AIO --with的IPv6 --with-http_spdy_module --with-CC -opt = ' - O2 -g'

任何提示的欢迎!

+0

我发现为什么spdycheck不显示为启用SPDY网站。 ssl加密密码套件被错误配置。然而,Firefox插件仍然不点亮绿色以显示100%的spdy。 – tunist

+0

你使用什么版本的Firefox? – VBart

+0

v 26.0 Linux Mint的Debian的版本64位 – tunist

回答

0

SPDY/3.1不受火狐26.支持加入到Firefox 27版本的支持,请参阅release notes

+0

啊哈OK - 27不适用于我自动更新,但 - 所以外接是“白费力气”;) 感谢为小费。 – tunist

+0

除...插件提供了在Firefox 26的Facebook绿色象征..所以..还有更多的这不仅仅是SPDY 3.1不能在Firefox被支持26 – tunist

+1

Facebook的工作与Firefox 26使用SPDY/3,不SPDY /3.1。 – VBart