Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 服務器技術 >> 關於服務器 >> 讓Apache性能顯著提升的25個優化技巧

讓Apache性能顯著提升的25個優化技巧

日期:2017/2/8 10:15:15      編輯:關於服務器
  開發人員都知道Apache 一直是穩坐web服務器領域的霸主地位,本文主要介紹讓Apache性能顯著提升的25個優化技巧,下面跟小編一起來學習一下!
  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. 頻繁訪問的數據設置緩存。
Copyright © Windows教程網 All Rights Reserved