You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-2
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,29 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
-\(MODULES-7196\) Allow setting CASRootProxiedAs per virtualhost \(replaces \#1857\)[\#1900](https://github.com/puppetlabs/puppetlabs-apache/pull/1900) ([Lavinia-Dan](https://github.com/Lavinia-Dan))
12
+
-\(feat\) - Amazon Linux 2 compatibility added [\#1898](https://github.com/puppetlabs/puppetlabs-apache/pull/1898) ([david22swan](https://github.com/david22swan))
13
+
-\(MODULES-8731\) Allow CIDRs for proxy\_ips/internal\_proxy in remoteip [\#1891](https://github.com/puppetlabs/puppetlabs-apache/pull/1891) ([JAORMX](https://github.com/JAORMX))
14
+
- Manage all mod\_remoteip parameters supported by Apache [\#1882](https://github.com/puppetlabs/puppetlabs-apache/pull/1882) ([johanfleury](https://github.com/johanfleury))
15
+
- MODULES-8541 : Allow HostnameLookups to be modified [\#1881](https://github.com/puppetlabs/puppetlabs-apache/pull/1881) ([k2patel](https://github.com/k2patel))
16
+
- Add support for mod\_http2 [\#1867](https://github.com/puppetlabs/puppetlabs-apache/pull/1867) ([smortex](https://github.com/smortex))
17
+
- Added code to paramertize the libphp prefix [\#1852](https://github.com/puppetlabs/puppetlabs-apache/pull/1852) ([grahamuk2018](https://github.com/grahamuk2018))
18
+
- Added WSGI Options WSGIApplicationGroup and WSGIPythonOptimize [\#1847](https://github.com/puppetlabs/puppetlabs-apache/pull/1847) ([emetriqLikedeeler](https://github.com/emetriqLikedeeler))
19
+
20
+
### Fixed
21
+
22
+
-\(bugfix\) set kernel for facter version test [\#1895](https://github.com/puppetlabs/puppetlabs-apache/pull/1895) ([tphoney](https://github.com/tphoney))
Copy file name to clipboardExpand all lines: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -1130,7 +1130,7 @@ Default: '100'.
1130
1130
1131
1131
##### `hostname_lookups`
1132
1132
1133
-
This directive enables DNS lookups so that host names can be logged (and passed to CGIs/SSIs in REMOTE_HOST). Values:'On','Off','Double'.
1133
+
This directive enables DNS lookups so that host names can be logged and passed to CGIs/SSIs in REMOTE_HOST. Values:'On','Off','Double'.
1134
1134
1135
1135
Default: 'Off'.
1136
1136
> **Note**: If enabled, it impacts performance significantly.
@@ -1308,7 +1308,7 @@ Default: `undef`
1308
1308
1309
1309
##### `protocols_honor_order`
1310
1310
1311
-
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines if order of Protocols determines precedence during negotiation.
1311
+
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines whether the order of Protocols sets precedence during negotiation.
1312
1312
1313
1313
Default: `undef`
1314
1314
@@ -2324,7 +2324,7 @@ HTTP/2 session that the server allows.
2324
2324
Default: `undef`
2325
2325
2326
2326
*`h2_tls_cool_down_secs`: Sets the number of seconds of idle time on a TLS
2327
-
connection before the TLS write size falls back to small (~1300 bytes)
2327
+
connection before the TLS write size falls back to a small (~1300 bytes)
2328
2328
length.
2329
2329
2330
2330
Integer.
@@ -3940,20 +3940,20 @@ directive which declares resources for early pushing to the client.
3940
3940
##### `h2_serialize_headers`
3941
3941
3942
3942
Sets the [H2SerializeHeaders](https://httpd.apache.org/docs/current/mod/mod_http2.html#h2serializeheaders)
3943
-
directive which toggles if HTTP/2 requests shall be serialized in HTTP/1.1
3943
+
directive which toggles if HTTP/2 requests are serialized in HTTP/1.1
3944
3944
format for processing by httpd core.
3945
3945
3946
3946
##### `h2_stream_max_mem_size`
3947
3947
3948
3948
Sets the [H2StreamMaxMemSize](https://httpd.apache.org/docs/current/mod/mod_http2.html#h2streammaxmemsize)
3949
3949
directive which sets the maximum number of outgoing data bytes buffered in
3950
-
memory for an active streams.
3950
+
memory for an active stream.
3951
3951
3952
3952
##### `h2_tls_cool_down_secs`
3953
3953
3954
3954
Sets the [H2TLSCoolDownSecs](https://httpd.apache.org/docs/current/mod/mod_http2.html#h2tlscooldownsecs)
3955
3955
directive which sets the number of seconds of idle time on a TLS connection
3956
-
before the TLS write size falls back to small (~1300 bytes) length.
3956
+
before the TLS write size falls back to a small (~1300 bytes) length.
3957
3957
3958
3958
##### `h2_tls_warm_up_size`
3959
3959
@@ -4473,7 +4473,7 @@ Default: `undef`
4473
4473
4474
4474
##### `protocols_honor_order`
4475
4475
4476
-
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines if order of Protocols determines precedence during negotiation.
4476
+
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines wether the order of Protocols sets precedence during negotiation.
4477
4477
4478
4478
Default: `undef`
4479
4479
@@ -6027,9 +6027,9 @@ The [`apache::mod::suphp`][] class is untested since repositories are missing co
6027
6027
6028
6028
### Testing
6029
6029
6030
-
Due to the difficult and specialised nature of acceptance testing mods in apache IE (high OS specificity), we have moved those acceptance tests into unit tests as much as possible.
6030
+
Due to the difficult and specialised nature of acceptance testing mods in apache IE (high OS specificity), we have replaced acceptance tests with unit tests.
6031
6031
6032
-
To run the unit tests you have to install all the necessary gems:
6032
+
To run the unit tests, install the necessary gems:
6033
6033
6034
6034
```
6035
6035
bundle install
@@ -6041,7 +6041,7 @@ And then execute the command:
6041
6041
bundle exec rake parallel_spec
6042
6042
```
6043
6043
6044
-
To check the code coverage you can run the command:
0 commit comments