mod_pagespeed for Apache2

user-pic
Vote 0 Votes

mod_pagespeed 可以在 Web Server 輸出內容前即時優化, 再輸出.
目前官方有提供 CentOS/Fedora、Debian/Ubuntu (32-bit and 64-bit) 的套件
在 CentOS 5.5 下安裝很順利, 只要將 rpm 安裝, 重啟 Apache 即可.

若是自己編的 Apache, configure 時需加上 --enable-deflate 參數, 裝完 rpm 後,
若 Apache 的路徑在 /usr/local/apache
mv /usr/lib/httpd/modules/mod_pagespeed.so /usr/local/apache/modules
httpd.conf 加入 LoadModule pagespeed_module modules/mod_pagespeed.so
再把 /etc/httpd/conf.d/pagespeed.conf 裡面的 IfModule pagespeed_module 區段複製到 httpd.conf

要確認 mod_pagespeed 是否有運作, 可以查看 phpinfo(); 頁面,
在 HTTP Headers Information 可以看到 X-Mod-Pagespeed 0.9.0.0-128
mod_pagespeed Examples Directory 有實例展示

ref. Apache 自動優化前端頁面的模組 - mod_pagespeed

Leave a comment

About this Entry

This page contains a single entry by Pank published on November 7, 2010 1:51 AM.

Postfix relayhost/transport with authentication was the previous entry in this blog.

無法存取 Windows Installer 服務 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives