線上環境的 MySQL 設定檔 預設值修改(Jeremy 建議)

MySQL 灌好後, 設定檔(my.cnf)中 有某些預設值是有爭議的(或者說, 是很沒意義的), Jeremy 提出了幾點建議~

閱讀全文〈線上環境的 MySQL 設定檔 預設值修改(Jeremy 建議)〉

Apache2 mod_rewrite 於 %2F (/) 的 Bug 修復

現在大家都喜歡使用 /user/add, /user/list, /user/del ... 等等的網址, 若要於 Apache2 實現, 可以使用 mod_rewrite (rewrite) 實作.

但是 Apache2 的 mod_rewrite (RewriteRule) 在遇到 %2F 時, 於解析結果會和想像中的不同(%2F = /).

閱讀全文〈Apache2 mod_rewrite 於 %2F (/) 的 Bug 修復〉