5656* [ ` apache::mod::intercept_form_submit ` ] ( #apachemodintercept_form_submit ) : Installs ` mod_intercept_form_submit ` .
5757* [ ` apache::mod::itk ` ] ( #apachemoditk ) : Installs MPM ` mod_itk ` .
5858* [ ` apache::mod::jk ` ] ( #apachemodjk ) : Installs ` mod_jk ` .
59+ * [ ` apache::mod::lbmethod_bybusyness ` ] ( #apachemodlbmethod_bybusyness ) : Installs ` lbmethod_bybusyness ` .
60+ * [ ` apache::mod::lbmethod_byrequests ` ] ( #apachemodlbmethod_byrequests ) : Installs ` lbmethod_byrequests ` .
61+ * [ ` apache::mod::lbmethod_bytraffic ` ] ( #apachemodlbmethod_bytraffic ) : Installs ` lbmethod_bytraffic ` .
62+ * [ ` apache::mod::lbmethod_heartbeat ` ] ( #apachemodlbmethod_heartbeat ) : Installs ` lbmethod_heartbeat ` .
5963* [ ` apache::mod::ldap ` ] ( #apachemodldap ) : Installs and configures ` mod_ldap ` .
6064* [ ` apache::mod::lookup_identity ` ] ( #apachemodlookup_identity ) : Installs ` mod_lookup_identity `
6165* [ ` apache::mod::macro ` ] ( #apachemodmacro ) : Installs ` mod_macro ` .
@@ -3498,6 +3502,94 @@ $mount_file_content = {
34983502
34993503Default value: ` {} `
35003504
3505+ ### <a name =" apachemodlbmethod_bybusyness " ></a >` apache::mod::lbmethod_bybusyness `
3506+
3507+ Installs ` lbmethod_bybusyness ` .
3508+
3509+ * ** See also**
3510+ * https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bybusyness.html
3511+ * for additional documentation.
3512+
3513+ #### Parameters
3514+
3515+ The following parameters are available in the ` apache::mod::lbmethod_bybusyness ` class:
3516+
3517+ * [ ` apache_version ` ] ( #apache_version )
3518+
3519+ ##### <a name =" apache_version " ></a >` apache_version `
3520+
3521+ Data type: ` Optional[String] `
3522+
3523+ Version of Apache to install module on.
3524+
3525+ Default value: ` $apache::apache_version `
3526+
3527+ ### <a name =" apachemodlbmethod_byrequests " ></a >` apache::mod::lbmethod_byrequests `
3528+
3529+ Installs ` lbmethod_byrequests ` .
3530+
3531+ * ** See also**
3532+ * https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_byrequests.html
3533+ * for additional documentation.
3534+
3535+ #### Parameters
3536+
3537+ The following parameters are available in the ` apache::mod::lbmethod_byrequests ` class:
3538+
3539+ * [ ` apache_version ` ] ( #apache_version )
3540+
3541+ ##### <a name =" apache_version " ></a >` apache_version `
3542+
3543+ Data type: ` Optional[String] `
3544+
3545+ Version of Apache to install module on.
3546+
3547+ Default value: ` $apache::apache_version `
3548+
3549+ ### <a name =" apachemodlbmethod_bytraffic " ></a >` apache::mod::lbmethod_bytraffic `
3550+
3551+ Installs ` lbmethod_bytraffic ` .
3552+
3553+ * ** See also**
3554+ * https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bytraffic.html
3555+ * for additional documentation.
3556+
3557+ #### Parameters
3558+
3559+ The following parameters are available in the ` apache::mod::lbmethod_bytraffic ` class:
3560+
3561+ * [ ` apache_version ` ] ( #apache_version )
3562+
3563+ ##### <a name =" apache_version " ></a >` apache_version `
3564+
3565+ Data type: ` Optional[String] `
3566+
3567+ Version of Apache to install module on.
3568+
3569+ Default value: ` $apache::apache_version `
3570+
3571+ ### <a name =" apachemodlbmethod_heartbeat " ></a >` apache::mod::lbmethod_heartbeat `
3572+
3573+ Installs ` lbmethod_heartbeat ` .
3574+
3575+ * ** See also**
3576+ * https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_heartbeat.html
3577+ * for additional documentation.
3578+
3579+ #### Parameters
3580+
3581+ The following parameters are available in the ` apache::mod::lbmethod_heartbeat ` class:
3582+
3583+ * [ ` apache_version ` ] ( #apache_version )
3584+
3585+ ##### <a name =" apache_version " ></a >` apache_version `
3586+
3587+ Data type: ` Optional[String] `
3588+
3589+ Version of Apache to install module on.
3590+
3591+ Default value: ` $apache::apache_version `
3592+
35013593### <a name =" apachemodldap " ></a >` apache::mod::ldap `
35023594
35033595Installs and configures ` mod_ldap ` .
@@ -6986,6 +7078,7 @@ The following parameters are available in the `apache::mod::worker` class:
69867078* [ ` threadlimit ` ] ( #threadlimit )
69877079* [ ` listenbacklog ` ] ( #listenbacklog )
69887080* [ ` apache_version ` ] ( #apache_version )
7081+ * [ ` maxrequestworkers ` ] ( #maxrequestworkers )
69897082
69907083##### <a name =" startservers " ></a >` startservers `
69917084
@@ -7002,6 +7095,7 @@ Data type: `Integer`
70027095The max number of simultaneous requests that will be served.
70037096This is the old name and is still supported. The new name is
70047097MaxRequestWorkers as of 2.3.13.
7098+ If maxrequestworkers is set, this value is ignored.
70057099
70067100Default value: ` 150 `
70077101
@@ -7076,6 +7170,15 @@ Used to verify that the Apache version you have requested is compatible with the
70767170
70777171Default value: `` undef ``
70787172
7173+ ##### <a name =" maxrequestworkers " ></a >` maxrequestworkers `
7174+
7175+ Data type: ` Optional[Integer] `
7176+
7177+ Maximum number of connections that will be processed simultaneously
7178+ if set, maxclients is ignored
7179+
7180+ Default value: `` undef ``
7181+
70797182### <a name =" apachemodwsgi " ></a >` apache::mod::wsgi `
70807183
70817184Installs and configures ` mod_wsgi ` .
0 commit comments