diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab0e99..26e76e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Changed +- Changed Apache keep alive configurations ## 0.11.1 - 2019-05-16 ### Changed diff --git a/apache-conf-templates/httpd.conf.epp b/apache-conf-templates/httpd.conf.epp index 03cc034..9abcb21 100644 --- a/apache-conf-templates/httpd.conf.epp +++ b/apache-conf-templates/httpd.conf.epp @@ -7,9 +7,9 @@ ServerName "<%= $facts[fqdn] %>" ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 120 -KeepAlive Off -MaxKeepAliveRequests 100 -KeepAliveTimeout 15 +KeepAlive On +MaxKeepAliveRequests 0 +KeepAliveTimeout 65 LimitRequestFieldSize 8190