|
| 1 | +## Supported Release 1.11.0 |
| 2 | +#### Summary |
| 3 | +This release adds SLES12 Support and many more features and bugfixes. |
| 4 | + |
| 5 | +#### Features |
| 6 | +- (MODULES-4049) Adds SLES 12 Support |
| 7 | +- Adds additional directories options for LDAP Auth |
| 8 | + - `auth_ldap_url` |
| 9 | + - `auth_ldap_bind_dn` |
| 10 | + - `auth_ldap_bind_password` |
| 11 | + - `auth_ldap_group_attribute` |
| 12 | + - `auth_ldap_group_attribute_is_dn` |
| 13 | +- Allows `mod_event` parameters to be unset |
| 14 | +- Allows management of default root directory access rights |
| 15 | +- Adds class `apache::vhosts` to create apache::vhost resources |
| 16 | +- Adds class `apache::mod::proxy_wstunnel` |
| 17 | +- Adds class `apache::mod::dumpio` |
| 18 | +- Adds class `apache::mod::socache_shmcb` |
| 19 | +- Adds class `apache::mod::authn_dbd` |
| 20 | +- Adds support for apache 2.4 on Amazon Linux |
| 21 | +- Support the newer `mod_auth_cas` config options |
| 22 | +- Adds `wsgi_script_aliases_match` parameter to `apache::vhost` |
| 23 | +- Allow to override all SecDefaultAction attributes |
| 24 | +- Add audit_log_relevant_status parameter to apache::mod::security |
| 25 | +- Allow absolute path to $apache::mod::security::activated_rules |
| 26 | +- Allow setting SecAuditLog |
| 27 | +- Adds `passenger_max_instances_per_app` to `mod::passenger` |
| 28 | +- Allow the proxy_via setting to be configured |
| 29 | +- Allow no_proxy_uris to be used within proxy_pass |
| 30 | +- Add rpaf.conf template parameter to `mod::rpaf` |
| 31 | +- Allow user to specify alternative package and library names for shibboleth module |
| 32 | +- Allows configuration of shibboleth lib path |
| 33 | +- Adds parameter `passenger_data_buffer_dir` to `mod::passenger` |
| 34 | +- Adds SSL stapling |
| 35 | +- Allows use of `balance_manager` with `mod_proxy_balancer` |
| 36 | +- Raises lower bound of `stdlib` dependency to version 4.2 |
| 37 | +- Adds support for Passenger repo on Amazon Linux |
| 38 | +- Add ability to set SSLStaplingReturnResponderErrors on server level |
| 39 | +- (MODULES-4213) Allow global rewrite rules inheritance in vhosts |
| 40 | +- Moves `mod_env` to its own class and load it when required |
| 41 | + |
| 42 | +#### Bugfixes |
| 43 | +- Deny access to .ht and .hg, which are created by mercurial hg. |
| 44 | +- Instead of failing, include apache::mod::prefork in manifests/mod/itk.pp instead. |
| 45 | +- Only set SSLCompression when it is set to true. |
| 46 | +- Remove duplicate shib2 hash element |
| 47 | +- (MODULES-3388) Include mpm_module classes instead of class declaration |
| 48 | +- Updates `apache::balancer` to respect `apache::confd_dir` |
| 49 | +- Wrap mod_security directives in an IfModule |
| 50 | +- Fixes to various mods for Ubuntu Xenial |
| 51 | +- Fix /etc/modsecurity perms to match package |
| 52 | +- Fix PassengerRoot under Debian stretch |
| 53 | +- (MODULES-3476) Updates regex in apache_version custom fact to work with EL5 |
| 54 | +- Dont sql_injection_attacks.data |
| 55 | +- Add force option to confd file resource to purge directory without warnings |
| 56 | +- Patch httpoxy through mod_security |
| 57 | +- Fixes config ordering of IncludeOptional |
| 58 | +- Fixes bug where port numbers were unquoted |
| 59 | +- Fixes bug where empty servername for vhost were written to template |
| 60 | +- Auto-load `slotmem_shm` and `lbmethod_byrequests` with `proxy_balancer` on 2.4 |
| 61 | +- Simplify MPM setup on FreeBSD |
| 62 | +- Adds requirement for httpd package |
| 63 | +- Do not set ssl_certs_dir on FreeBSD |
| 64 | +- Fixes bug that produces a duplicate `Listen 443` after a package update on EL7 |
| 65 | +- Fixes bug where custom facts break structured facts |
| 66 | +- Avoid relative classname inclusion |
| 67 | +- Fixes a failure in `vhost` if the first element of `$rewrites` is not a hash |
| 68 | +- (MODULES-3744) Process $crs_package before $modsec_dir |
| 69 | +- (MODULES-1491) Adds `::apache` include to mods that need it |
| 70 | + |
1 | 71 | ## Supported Release 1.10.0
|
2 | 72 | #### Summary
|
3 | 73 | This release fixes backwards compatibility bugs introduced in 1.9.0. Also includes a new mod class and a new vhost feature.
|
|
0 commit comments