Skip to content

Commit

Permalink
fix #53 Change apache mpm from worker to event
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Feb 17, 2022
1 parent bb00494 commit dce851d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ This module provides several non private helper classes for the official Icinga
* [icinga/icingaweb2]
* [icinga/icingadb]

### Changes in v2.7.0

* The Class icinga::web now uses event as MPM instead of worker.


### Changes in v2.0.0

* Earlier the parameter `manage_*` enables or disables a repository but it was still managed. Now the management is enabled or disabled, see [Enable or disable repositories](#enable-and-disable-repositories).
Expand Down
2 changes: 1 addition & 1 deletion manifests/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

class { '::apache':
default_mods => false,
mpm_module => 'worker',
mpm_module => 'event',
}

$web_conf_user = $::apache::user
Expand Down

0 comments on commit dce851d

Please sign in to comment.