Google 發佈 mod_spdy 給 Apache (Web server) 使用.
SPDY 講簡單點, 就是讓你的網頁 Loading 速度加快(註), 詳細得請自行參照下述文章:
新聞可見: Add SPDY support to your Apache server with mod_spdy
- 註1: HTTP協定 換成 SPDY協定, 目前 Chrome、Firefox 支援 (使用 IE 的話, SPDY 不會比較快)
- 註2: 摘錄自此篇新聞 "SPDY runs over HTTPS, so any HTTP (non-HTTPS) traffic on your site will not be affected by mod_spdy.". - 現在只有針對 HTTPS 有效用. (2012-04) XD
更多的 SPDY 介紹, 可見此篇: 什麼是 SPDY?
SPDY(SPeeDY) 說明文件
SPDY(SPeeDY) 說明可見:
Google 發佈的 Apache2 SPDY Module 安裝步驟
SPDY Project 首頁: mod-spdy - Apache SPDY module
- 於 mod_spdy - Google Developers 取得所需套件 (下述是以 Debian / Ubuntu 64bits 為範例)
- wget https://dl-ssl.google.com/dl/linux/direct/mod-spdy-beta_current_amd64.deb
- dpkg -i mod-spdy-*.deb
- sudo service apache2 restart # 到此即完成.
相關網頁
- mod_spdy performance testing
- SPDY Protocol - The Chromium Projects
- SPDY performance on mobile networks
- F5 Application Delivery Optimization - F5 Announces First Integrated SPDY Gateway