56
56
* [ ` apache::mod::intercept_form_submit ` ] ( #apachemodintercept_form_submit ) : Installs ` mod_intercept_form_submit ` .
57
57
* [ ` apache::mod::itk ` ] ( #apachemoditk ) : Installs MPM ` mod_itk ` .
58
58
* [ ` 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 ` .
59
63
* [ ` apache::mod::ldap ` ] ( #apachemodldap ) : Installs and configures ` mod_ldap ` .
60
64
* [ ` apache::mod::lookup_identity ` ] ( #apachemodlookup_identity ) : Installs ` mod_lookup_identity `
61
65
* [ ` apache::mod::macro ` ] ( #apachemodmacro ) : Installs ` mod_macro ` .
@@ -3498,6 +3502,94 @@ $mount_file_content = {
3498
3502
3499
3503
Default value: ` {} `
3500
3504
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
+
3501
3593
### <a name =" apachemodldap " ></a >` apache::mod::ldap `
3502
3594
3503
3595
Installs and configures ` mod_ldap ` .
@@ -6986,6 +7078,7 @@ The following parameters are available in the `apache::mod::worker` class:
6986
7078
* [ ` threadlimit ` ] ( #threadlimit )
6987
7079
* [ ` listenbacklog ` ] ( #listenbacklog )
6988
7080
* [ ` apache_version ` ] ( #apache_version )
7081
+ * [ ` maxrequestworkers ` ] ( #maxrequestworkers )
6989
7082
6990
7083
##### <a name =" startservers " ></a >` startservers `
6991
7084
@@ -7002,6 +7095,7 @@ Data type: `Integer`
7002
7095
The max number of simultaneous requests that will be served.
7003
7096
This is the old name and is still supported. The new name is
7004
7097
MaxRequestWorkers as of 2.3.13.
7098
+ If maxrequestworkers is set, this value is ignored.
7005
7099
7006
7100
Default value: ` 150 `
7007
7101
@@ -7076,6 +7170,15 @@ Used to verify that the Apache version you have requested is compatible with the
7076
7170
7077
7171
Default value: `` undef ``
7078
7172
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
+
7079
7182
### <a name =" apachemodwsgi " ></a >` apache::mod::wsgi `
7080
7183
7081
7184
Installs and configures ` mod_wsgi ` .
0 commit comments