Apache 至今仍處於web伺服器領域的霸主,無人撼動,沒有開發者不知道。Hovhannes Avoyan分享25個Apache效能優化的技巧,如果你能理解並掌握,將讓你的Apache效能有顯著的提升!
Apache 部分:
1. 移除不用的模組。
2. 使用 mod_disk_cache NOT mod_mem_cache 。
3. 扁平架構配置mod_disk_cache。
4. 安裝恰當的Expires, Etag, 和 Cache-Control Headers 。
5. 將快取放在獨立的磁碟
6. 使用管道日誌替代直接記錄
7. 將日誌放在不同的磁碟
8. 使用 mod_gzip/mod_deflate 。
9. 將HostnameLookups關閉.
10. 避免在configs中使用主機名。
11. 使用持久連線。
12. 不要設定KeepAliveTimeout太高。
13. 禁用 .htaccess。
14. 允許symlinks。
15. 關閉ExtendedStatus。
16. 避免在DirectoryIndex中萬用字元。
OS 部分:
17. 提高Swappiness。
18. 提高寫入緩衝器( Write Buffer)大小。
19. 提高最大開啟檔案。
應用部分:
20. 設定影象和樣式表的前端代理。
21. 使用 mod_passenger for rails。
22. 關閉safe_mode for php。
23. 不要使用threaded mpm with mod_php。
24. 重新整理緩衝區預渲染。
25. 頻繁訪問的資料設定快取。
原文:Hovhannes Avoyan
譯文:oschina