Wednesday, September 5, 2018

Optimize Apache Web Server

Boost the Performance of Your Apache Web Server

  1. Always keep Apache updated to its latest version
  2. Remove Unused Modules
  3. use cache
  4. Put Cache on separate disk
  5. Utilize mod_gzip
  6. Set KeepAlive on and then set KeepAliveTimeout and KeepAliveRequests
  7. Do Not set KeepAliveTimeout too high
  8. Allow symlinks
  9. Avoid Wildcards in DirectoryIndex
  10. use CDN

No comments:

Post a Comment