Added ability to configure KeepAlive optiontags/v0.37.4
# KeepAlive: Whether or not to allow persistent connections (more than | # KeepAlive: Whether or not to allow persistent connections (more than | ||||
# one request per connection). Set to "Off" to deactivate. | # one request per connection). Set to "Off" to deactivate. | ||||
# | # | ||||
KeepAlive On | |||||
KeepAlive {{ salt['pillar.get']('apache:keepalive', 'On') }} | |||||
# | # | ||||
# MaxKeepAliveRequests: The maximum number of requests to allow | # MaxKeepAliveRequests: The maximum number of requests to allow |
disabled: # List modules to disable | disabled: # List modules to disable | ||||
- rewrite | - rewrite | ||||
# KeepAlive: Whether or not to allow persistent connections (more than | |||||
# one request per connection). Set to "Off" to deactivate. | |||||
keepalive: 'On' | |||||
security: | security: | ||||
# can be Full | OS | Minimal | Minor | Major | Prod | # can be Full | OS | Minimal | Minor | Major | Prod | ||||
# where Full conveys the most information, and Prod the least. | # where Full conveys the most information, and Prod the least. |