Skip to content

Commit 337e8b0

Browse files
authored
Merge pull request puppetlabs#2159 from puppetlabs/release
Release version 6.3.0
2 parents e36de8d + 2e372c9 commit 337e8b0

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
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).
44

5-
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.2.0) (2021-05-22)
5+
## [v6.3.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.3.0) (2021-06-21)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.2.0...v6.3.0)
8+
9+
### Added
10+
11+
- The default disk\_cache.conf.erb caches everything. [\#2142](https://github.com/puppetlabs/puppetlabs-apache/pull/2142) ([Pawa2NR](https://github.com/Pawa2NR))
12+
13+
### Fixed
14+
15+
- Update the default version of Apache for Amazon Linux 2 [\#2158](https://github.com/puppetlabs/puppetlabs-apache/pull/2158) ([turnopil](https://github.com/turnopil))
16+
- Only warn about servername logging if relevant [\#2154](https://github.com/puppetlabs/puppetlabs-apache/pull/2154) ([ekohl](https://github.com/ekohl))
17+
18+
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.2.0) (2021-05-24)
619

720
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.1.0...v6.2.0)
821

REFERENCE.md

+11
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,7 @@ The following parameters are available in the `apache::mod::disk_cache` class:
21172117

21182118
* [`cache_root`](#cache_root)
21192119
* [`cache_ignore_headers`](#cache_ignore_headers)
2120+
* [`default_cache_enable`](#default_cache_enable)
21202121

21212122
##### <a name="cache_root"></a>`cache_root`
21222123

@@ -2139,6 +2140,16 @@ Specifies HTTP header(s) that should not be stored in the cache.
21392140

21402141
Default value: ``undef``
21412142

2143+
##### <a name="default_cache_enable"></a>`default_cache_enable`
2144+
2145+
Data type: `Boolean`
2146+
2147+
Default value is true, which enables "CacheEnable disk /" in disk_cache.conf for the webserver. This would cache
2148+
every request to apache by default for every vhost. If set to false the default cache all behaviour is supressed.
2149+
You can then control this behaviour in individual vhosts by explicitly defining CacheEnable.
2150+
2151+
Default value: ``true``
2152+
21422153
### <a name="apachemoddumpio"></a>`apache::mod::dumpio`
21432154

21442155
Installs and configures `mod_dumpio`.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)