apache: Add option to set the MaxClients directive
This commit is contained in:
parent
a509469be1
commit
85a37f8624
4 changed files with 11 additions and 7 deletions
|
@ -23,6 +23,10 @@ class apache::common {
|
|||
}
|
||||
}
|
||||
|
||||
if ! $apache_maxclients {
|
||||
$apache_maxclients = "256"
|
||||
}
|
||||
|
||||
if $apache_datadir {
|
||||
file { $apache_datadir:
|
||||
ensure => directory,
|
||||
|
@ -227,7 +231,7 @@ define apache::site($aliases="", $root="", $redirect="", $proxy="") {
|
|||
class apache::sslserver inherits apache::common {
|
||||
|
||||
include user::system
|
||||
|
||||
|
||||
case $::operatingsystem {
|
||||
"debian","ubuntu": {
|
||||
include apache::debian::sslserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue