Skip to content

Releases: sous-chefs/apache2

9.3.6

04 Dec 09:08
Compare
Choose a tag to compare

Remove Fedora from the test matrix

9.3.5

18 Nov 18:23
Compare
Choose a tag to compare

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

9.3.4

02 Aug 15:15
Compare
Choose a tag to compare
  • Add example of how to configure php fpm pool config for rhel9 and derivatives

9.3.3

15 Jul 17:25
Compare
Choose a tag to compare

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management

9.3.2

06 May 18:46
Compare
Choose a tag to compare
Update metadata for 9.3.2

v7.0.0

05 Mar 14:49
3e25e2b
Compare
Choose a tag to compare

7.0.0 (05-03-2019)

  • Remove all recipes
  • Use declare_resource in apache2_module
  • Add default value to apache_2_mod_proxy
  • Fix spelling of default in access_file_name property in install.rb

Custom Resources

05 Mar 14:47
c7f9bb2
Compare
Choose a tag to compare

See UPGRADING.md for upgrading.

v6 - Behaviour Changes

  • Default recipe now calls the install resource
  • Add helpers: for a full list see libraries/helpers.rb
  • Remove all mpm_ recipes. Move mpm setup to the install resource
  • Allow user to set the mpm mode no matter what platform they're on
  • Remove FreeBSD, openSuse & Fedora Kitchen testing
  • mod_ recipes now call apache2_module_
  • Mod templates are now more configurable when calling the resources directly
  • Add apache2_default_site resource
  • Remove and document apache2_webapp resource
  • Add the default_site resource for managing the default site
  • Add site resource
  • Remove the web_app resource as it was very perscriptive
  • Add mod_ssl

v6 - Testing/CI

  • Add CircleCI and remove Travis
  • Add CircleCI Orbs
  • Rename test cookbook name to test
  • Cleanup test integration directory
  • Specs added for most helpers
  • Make sysconfig parameters configurable via the install resource

v6 - Misc Updates & Improvements

  • Update README with new instructions on installing
  • Set the server to listen on ports 80 and 443 by default
  • Fix Options allowed in alias.conf
  • Add resource documentation to documentation directory

v3.3.0 (2017-04-11)

12 Apr 01:01
a16274d
Compare
Choose a tag to compare
  • [GH-478] Added support for the amazon platform_family, outside of rhel
  • [GH-474] Update Berksfile to allow fetching of newer
  • [GH-473] Update copyright header format
  • [GH-472] foodcritic: add sous-chefs rules
  • add CODE_OF_CONDUCT
  • [GH-471] FCGI paths should not be messed with on RHEL/CenOS 7. CentOS 7 (and recent Fedoras) have Apache 2.4, where FCGI socket path and shared memory path is managed adequately without further involvment neccessary (subdirectory is created under /var/run/httpd).
  • [GH-470] Remove support for EOL Fedora < 18 / FreeBSD 9
  • [GH-465] Testing updates
  • [GH-469] Use the default cookbook style rules
  • [GH-460] Serverspec to InSpec migration
  • [GH-461] Update comment header format & other cookstyle fixes
  • [GH-454] Test in Travis with Chef-DK and a Rakefile
  • [GH-455] openSUSE Leap has it's own platform name
  • [GH-279] leave stubs for rhel family conf.d files to avoid conflicts on package upgrade; no longer remove conf.d, just don't use it
  • [GH-427] Add option to configure custom log level
  • [GH-450] Ensure the lock_dir is owned by www-data for Apache 2.2 and 2.4 on Debian/Ubuntu
  • Remove mod_auth_openid tests, as it is not part of the ASF release and plan to drop support for it and right now it is failing our tests
  • [GH-440] Update default values in apache.prefork section of README
  • [GH-443] fixed typo in copyright year
  • Test on the latest chef with chef-zero
  • Update supported platforms to Ubuntu 16.04, Debian 8.4, Centos 7.2; deprecating Ubuntu 12.04
  • [GH-422] Fix uniq for nil:NilClass error introduced in 3.2.2
  • [GH-423] allow for apache 2.4 usage on rhel < 7.0
  • Cookbook is now part of the sous-chefs, but still maintained by the same folks
  • mod_perl: No longer install libapache2-mpm-prefork
  • mod_php: renamed mod_php5 to more generic mod_php; using php 7.0 where available

v3.2.2 (2016-04-13)

14 Apr 01:24
Compare
Choose a tag to compare
  • [GH-420] Allow auto-conversion if either of apache.listen_ports or apache.listen_addresses are set rather than '&&'. This ensures conversion occurs if only one of the two is set.

v3.2.1 (2016-04-11)

11 Apr 16:18
Compare
Choose a tag to compare
  • [GH-225] notify restart instead of reload service on apache_conf, apache_config
  • Update to foodcritic 6