Releases
v3.2.0
[GH-378 ] Deprecates apache.listen_addresses
and apache.listen_ports
infavor of [GH-409 ]
[GH-409 ] apache.listen
now accepts an array of addr:port
strings
[GH-358 ] FreeBSD: Update 10.1 support; Adds php 5.6 in collaboration with sous-chefs/php#119
[GH-394 ] Have apache.prefork.serverlimit
set ServerLimit directive on 2.4
[GH-363 ] Escape '.' in regex for .htaccess/.htpasswd files
[GH-365 ] Force log directory creation to be recursive
[GH-368 ] Change the service creation to use the apache.service_name
attribute throughout
[GH-374 ] Make metadata.rb compatible with chef versions < 12.
[GH-382 ] Fixed typo in node['platform_family'] for NameError in mod_proxy_html
[GH-369 ] README: Added on Ubuntu mod_fastcgi
requires multiverse
apt repository to enabled.
[GH-381 ] README: Add missing backtick
[GH-384 ] README: Fix names for a2enconf and a2disconf
[GH-393 ] README: mention availability of mod_actions
support
[GH-383 ] Debian: Add possibility to use other releases via apache.default_release
[GH-377 ] Restart service when including mod_headers
to allow healing of failed service because of missing directives.
[GH-416 ] Change the default of apache.mod_fastcgi.install_method
to 'package' all platforms, as source
is no longer available.
[GH-401 ] Move mod_deflate
to apache.default_modules
and no longer force installation on debian
families.
[GH-386 ] Do not install an extra mod_ssl package on SUSE Linux Enterprise
[GH-335 ] Do not hardcoded reload/restart on more modern rhel platforms, allowing systemd on CentOS 7
[GH-375 ] Install package mod_ldap
on CentOS 7 (triggered by apache.version
== 2.4)
Update apache.mod_ssl.cipher_suite
to latest from https://bettercrypto.org/
README: Re-organize README to make it easier to find usage and remove old references.
Added new standard and missing modules (Note: these may not be available natively on all operating systems)
mod_http2 - Support for the HTTP/2 transport layer. (available since 2.4.17)
mod_authnz_fcgi - Enable FastCGI authorizer applications to authenticate and/or authorize clients. (available since 2.4.10)
mod_cern_meta - CERN httpd metafile semantics
mod_ident - RFC 1413 ident lookups
mod_privileges - Support for Solaris privileges and for running virtual hosts under different user IDs.
mod_socache_dc - Distcache based shared object cache provider.
mod_version - Version dependent configuration
mod_watchdog - Provides infrastructure for other modules to periodically run tasks
You can’t perform that action at this time.