Refactor #8489
Set KeepAlive to on
Fixed in Releases:
Found in Releases:
Description
I've learned today that when I turn on the KeepAlive option in
httpd.conf the experience is much better, particularly on a slower VPN
connection.
We do not turn that on by default and it was reported that Foreman runs
just fine with keepalives turned on.
...default installer options snippet...
Timeout 120
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15
...
Let's enable this for all new instances, maybe parametrized.
Associated revisions
History
#1
Updated by Anonymous about 6 years ago
https://github.com/puppetlabs/puppetlabs-apache/pull/977 would solve this.
#2
Updated by Anonymous almost 5 years ago
- Assignee set to Anonymous
- Category set to Foreman modules
- Pull request https://github.com/theforeman/puppet-foreman/pull/405 added
As there's no 2.0 release of puppetlabs-apache, opening a PR of its own.
#3
Updated by Anonymous almost 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset puppet-foreman|0a6966ce22111b1ce592b5e215a948b3734680e7.
#4
Updated by Dominic Cleal almost 5 years ago
- Legacy Backlogs Release (now unused) set to 136
fixes #8489 - set KeepAlive On in foreman vhost