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