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
+45-10Lines changed: 45 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,37 +6,69 @@ This release features many improvements and bugfixes, including several new defi
6
6
####Features
7
7
- Convert apache::vhost to use concat for easier extensions
8
8
- Test improvements
9
+
- Synchronize files with modulesync
10
+
- Strict variable and future parser support
9
11
- Added apache::custom_config defined type to allow validation of configs before they are created
10
12
- Added bool2httpd function to convert true/false to apache 'On' and 'Off'. Intended for internal use in the module.
11
-
- Added logroot_mode and logroot_ensure to apache::vhost
12
13
- Improved SCL support
13
-
- added apache::conf_dir
14
-
- allow overriding of apache_name
15
14
- allow overriding of the mod_ssl package name
16
15
- Add support for reverse_urls/ProxyPassReverse in apache::vhost
17
-
- Add apache::vhost::manage_docroot
18
-
- Add apache::purge_vhost_dir parameter
19
16
- Add satisfy directive in apache::vhost::directories
20
17
- Add apache::fastcgi::server defined type
21
-
- Add apache::vhost::proxy_preserve_host
22
-
- Add apache::vhost::wsgi_pass_authorization
18
+
- New parameters - apache
19
+
- allow_encoded_slashes
20
+
- apache_name
21
+
- conf_dir
22
+
- default_ssl_crl_check
23
+
- docroot
24
+
- logroot_mode
25
+
- purge_vhost_dir
26
+
- New parameters - apache::vhost
27
+
- add_default_charset
28
+
- allow_encoded_slashes
29
+
- logroot_ensure
30
+
- logroot_mode
31
+
- manage_docroot
32
+
- passenger_app_root
33
+
- passenger_min_instances
34
+
- passenger_pre_start
35
+
- passenger_ruby
36
+
- passenger_start_timeout
37
+
- proxy_preserve_host
38
+
- redirectmatch_dest
39
+
- ssl_crl_check
40
+
- wsgi_chunked_request
41
+
- wsgi_pass_authorization
42
+
- Add support for ScriptAlias and ScriptAliasMatch in the apache::vhost::aliases parameter
23
43
- Add support for rewrites in the apache::vhost::directories parameter
24
44
- If the service_ensure parameter in apache::service is set to anything other than true, false, running, or stopped, ensure will not be passed to the service resource, allowing for the service to not be managed by puppet
45
+
- Turn of SSLv3 by default
25
46
- Improvements to apache::mod*
26
47
- Add restrict_access parameter to apache::mod::info
27
48
- Add force_language_priority and language_priority parameters to apache::mod::negotiation
28
-
- Add threadlimit parameter to mod::worker
49
+
- Add threadlimit parameter to apache::mod::worker
29
50
- Add content, template, and source parameters to apache::mod::php
30
51
- Add mod_authz_svn support via the authz_svn_enabled parameter in apache::mod::dav_svn
31
52
- Add loadfile_name parameter to apache::mod
32
53
- Add apache::mod::deflate class
33
-
- Add types and notes parameters to apache::mod::deflate
34
54
- Add options parameter to apache::mod::fcgid
55
+
- Add timeouts parameter to apache::mod::reqtimeout
56
+
- Add apache::mod::shib
57
+
- Add apache_version parameter to apache::mod::ldap
58
+
- Add magic_file parameter to apache::mod::mime_magic
59
+
- Add apache_version parameter to apache::mod::pagespeed
60
+
- Add passenger_default_ruby parameter to apache::mod::passenger
61
+
- Add content, template, and source parameters to apache::mod::php
62
+
- Add apache_version parameter to apache::mod::proxy
63
+
- Add loadfiles parameter to apache::mod::proxy_html
64
+
- Add ssl_protocol and package_name parameters to apache::mod::ssl
65
+
- Add apache_version parameter to apache::mod::status
66
+
- Add apache_version parameter to apache::mod::userdir
67
+
- Add apache::mod::version class
35
68
36
69
####Bugfixes
37
70
- Set osfamily defaults for wsgi_socket_prefix
38
71
- Support multiple balancermembers with the same url
39
-
- Validate apache::vhost::wsgi_pass_authorization
40
72
- Validate apache::vhost::custom_fragment
41
73
- Add support for itk with mod_php
42
74
- Allow apache::vhost::ssl_certs_dir to not be set
@@ -61,6 +93,9 @@ This release features many improvements and bugfixes, including several new defi
61
93
- Add authn_core mode to Ubuntu trusty defaults
62
94
- Keep default loadfile for authz_svn on Debian
63
95
- Remove '.conf' from the site-include regexp for better Ubuntu/Debian support
96
+
- Load unixd before fcgid for EL7
97
+
- Fix RedirectMatch rules
98
+
- Fix misleading error message in apache::version
64
99
65
100
####Known Bugs
66
101
* By default, the version of Apache that ships with Ubuntu 10.04 does not work with `wsgi_import_script`.
0 commit comments