Linux: November 2010 Archives

Mageia Linux

user-pic
Vote 0 Votes

Mandriva 又有財務困難了, Mandriva 社群決定成立一個分支, 叫 Mageia Linux, 目前尚未有版本釋出.
一直都習慣使用 Mandriva 及 CentOS 這兩套 Distro, 若 Mandriva 倒了, 真的滿可惜的.

另外, RHEL 6 出了

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

Example: Outbound SMTP with authentication
SMTP: smtp.somehost.com
Username: pank
Password: 8888

Edit /etc/postfix/sasl_passwd
smtp.somehost.com pank:8888

Edit main.cf, add
relayhost=smtp.somehost.com
smtp_sasl_auth_enable=yes
smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options=noanonymous

postmap /etc/postfix/sasl_passwd
postfix reload

About this Archive

This page is an archive of entries in the Linux category from November 2010.

Linux: October 2010 is the previous archive.

Linux: December 2010 is the next archive.

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

Linux: Monthly Archives

Monthly Archives