Actions
Refactor #8489
closedSet KeepAlive to on
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.
Updated by Anonymous almost 10 years ago
https://github.com/puppetlabs/puppetlabs-apache/pull/977 would solve this.
Updated by Anonymous over 8 years ago
- Category set to Foreman modules
- Assignee set to Anonymous
- 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.
Updated by Anonymous over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset puppet-foreman|0a6966ce22111b1ce592b5e215a948b3734680e7.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 136
Actions