timeout.patch 608 B

123456789101112131415161718192021
  1. --- apache2.conf 2026-04-20 11:59:50.585163511 +0200
  2. +++ apache2.ori 2026-06-04 16:11:13.649045334 +0200
  3. @@ -89,7 +89,7 @@
  4. #
  5. # Timeout: The number of seconds before receives and sends time out.
  6. #
  7. -Timeout 300
  8. +Timeout 10
  9. #
  10. # KeepAlive: Whether or not to allow persistent connections (more than
  11. @@ -102,7 +102,7 @@
  12. # during a persistent connection. Set to 0 to allow an unlimited amount.
  13. # We recommend you leave this number high, for maximum performance.
  14. #
  15. -MaxKeepAliveRequests 100
  16. +MaxKeepAliveRequests 50
  17. #
  18. # KeepAliveTimeout: Number of seconds to wait for the next request from the