Skip to content

Commit

Permalink
Example of how to remove worker mpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosimo Streppone committed Dec 13, 2011
1 parent 6ce91c1 commit 12cfa0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modperl/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
include apache
include perl

#apache::mpm { "worker":
# ensure => "absent"
#}
apache::mpm { "prefork": }

#apache::module { "deflate":
Expand Down

0 comments on commit 12cfa0c

Please sign in to comment.