Skip to content

Commit 0f768e1

Browse files
committed
Set default keepalive to On
According to docs "In some cases this has been shown to result in an almost 50% speedup in latency times for HTML documents with many images." Ref: http://httpd.apache.org/docs/2.4/mod/core.html#keepalive
1 parent 8243e3f commit 0f768e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
'nss' => 'libmodnss.so',
138138
}
139139
$conf_template = 'apache/httpd.conf.erb'
140-
$keepalive = 'Off'
140+
$keepalive = 'On'
141141
$keepalive_timeout = 15
142142
$max_keepalive_requests = 100
143143
$fastcgi_lib_path = undef

0 commit comments

Comments
 (0)