[Web] Server Update: PHP 5.3 to PHP 5.5 (Apache 2.2 to Apache 2.4).
Work flow:
1. Update to PHP 5.5 will automatically update the Apache Server from 2.2 to 2.4
2. New security setting is added to 2.4
3. Need to rename vHost file with .conf extension and a2ensite it.
To deal with new security issue, it is required to add "Require all granted" inside the vHost file and prevent from editing (or commenting out) the original apache2.conf
立即下載
已更新…以下為想法
1. 其實5.5和5.3並無太大分別(因為向下相容性關係),但無可否認地安全性增強(以下略加解釋)
2. 更新至5.5後,phpMyAdmin再無JScript問題出現,而以前作為addon的suhosin則因為只對應了5.3而被deprecate了
3. Apache 2.2被強制更新至2.4,而2.4則增加了一項security check,目前自己測試…作用大概為防止外來者直接access沒有index default的folder(會403)