Skip to content

Commit

Permalink
Fixed default config warning
Browse files Browse the repository at this point in the history
AH00513: WARNING: MaxRequestWorkers of 256 is not an integer
multiple of ThreadsPerChild of 25, decreasing to nearest multiple
250, for a maximum of 10 servers.
  • Loading branch information
Martin Mörner committed Feb 22, 2015
1 parent 85b91f0 commit 48465e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/event.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$apache_version = $::apache::apache_version,
$threadlimit = '64',
$listenbacklog = '511',
$maxrequestworkers = '256',
$maxrequestworkers = '250',
$maxconnectionsperchild = '0',
) {
if defined(Class['apache::mod::itk']) {
Expand Down

0 comments on commit 48465e5

Please sign in to comment.