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
[GH-320] Add attribute to adjust apache.default_site_port
[GH-321] Fix issue with default_site name in not_if guards
[GH-322] Add apache.mod_ssl.pkg_name to allow custom mod_ssl package names. Set defaults for supported platforms including Amazon Linux
[GH-323] Don't create the default site configuration file in sites-available unless it is enabled.
[GH-324] Add apache.mod_ssl.port to set the default ssl port to something other than 443
[GH-328] Add the ability to pass in a pipe as to log
[GH-332] SSLStrictSNIVHostCheck is only written to config if enabled to avoid breaking apache prior to 2.2.12.
[GH-334] Removed iptables, god-monitor, and logrotate recipes to avoid having external dependencies. These services should be managed in a wrapper cookbook going forward.
[GH-339] Allow custom names for php so_filename (node['apache']['mod_php5']['so_filename'])