]> git.openstreetmap.org Git - chef.git/history - cookbooks/apache
Move planetdump role to ironbelly
[chef.git] / cookbooks / apache /
2018-06-25 Tom HughesMerge remote-tracking branch 'github/pull/165'
2018-06-22 Tom HughesEnable HTTP/2 over TLS on 18.04
2018-06-21 Tom HughesDisable old mpms before enabling a new one
2018-05-31 Tom HughesMake sure STS and Expect-CT headers are set on redirect...
2018-05-31 Tom HughesSend a report only Expect-CT header with https responses
2018-02-11 Tom HughesConvert more URLs to https
2018-01-17 Tom HughesEnable mod_headers everywhere as we use it for HSTS...
2018-01-16 Tom HughesEnable HSTS for all nginx served SSL sites
2018-01-12 Tom HughesIncrease HSTS expiry
2018-01-11 Tom HughesEnable HSTS for all apache served SSL sites
2017-11-22 Tom HughesUse declare_resource to avoid conflict with "package...
2017-11-21 Tom HughesModernise apache LWRPs
2017-11-16 Tim SmithUse multipackage installs throughout
2017-07-13 Tom HughesAvoid duplicate resource definitions for apache_module...
2017-07-11 Tom HughesFix new foodcritic warnings
2017-07-11 Tom HughesFix new rubocop warnings
2017-03-21 Tom HughesTry to make apache SSL stapling more robust
2017-02-20 Tom HughesMerge what remains of apache::ssl into apache::default
2017-02-19 Tom HughesRemove legacy certificate support
2017-02-12 Tom HughesExplicitly load letsencrypt intermediate on 14.04 machines
2017-02-12 Tom HughesDrop all use of SSLCertificateChainFile in apache configs
2016-10-27 Tom HughesCertificates are now file resources
2016-10-27 Tom HughesAdd basic tests for apache cookbook
2016-10-20 Tom HughesFix rubocop warnings
2016-10-12 Tom HughesIncrease MinSpareThreads for planet servers
2016-10-12 Tom HughesRename MaxRequestsPerChild to MaxConnectionsPerChild
2016-10-12 Tom HughesRename MaxClients to MaxRequestWorkers
2016-09-06 Tom HughesAvoid redeclaring apache service resource
2016-06-30 Tom HughesFix rubocop warnings
2016-05-06 Tom HughesGet rid of pre 14.04 compatibility that is no longer...
2016-05-06 Tom HughesGet rid of the last traces of old style apache auth...
2016-05-06 Tom HughesUser a2enmod so dependencies get enabled
2016-05-03 Tom HughesUpdates for rubocop and foodcritic changes
2015-11-12 Andy AllanStart replacing default readmes with brief explanations.
2015-10-05 Tom HughesDo all mod_deflate configuration in global context
2015-07-13 Tom HughesAdd apache mime type mapping for xz files
2015-02-23 Tom HughesMake the osmfoundation certificate the default cert...
2015-02-22 Tom HughesRevert to old SSL certificates
2015-02-22 Tom HughesUpdate SSL certificates
2015-02-20 Tom HughesStandardise on double quoted strings
2015-02-10 Tom HughesUse inline compile mode for apache LWRPs
2015-02-09 Tom HughesAdd suppression files for foodcritic
2015-02-09 Tom HughesFix some foodcritic complaints
2015-02-04 Tom HughesMore rubocop cleanup
2015-02-03 Tom HughesYet more rubucop cleanups
2015-02-03 Tom HughesFix more rubocop detected style issues
2015-02-02 Tom HughesFix some issues identified by rubocop
2014-12-22 Tom HughesMerge branch 'planetdump-ng'
2014-12-19 Tom HughesRemove duplication of the defaulkt cipher string
2014-12-10 Tom HughesRevert "Enable HSTS for all apache served SSL sites"
2014-12-09 Tom HughesEnable HSTS for all apache served SSL sites
2014-10-21 Tom HughesDisable SSLv3
2014-10-11 Grant Slaterapache ssl: faster timeout on slow OCSP responses
2014-10-11 Grant Slaterapache ssl: Do not pass OCSP stapling failures to client
2014-10-06 Tom HughesInstall libwww-perl for the apache munin plugins
2014-09-09 Tom HughesEnable OCSP stapling on 14.04 machines
2014-08-19 Tom HughesManage httpd.conf correctly for apache 2.4
2014-07-25 Tom HughesFix apache mpm configuration on 14.04
2014-07-15 Tom HughesImprove mpm handling
2014-07-15 Grant SlaterIn Apache 2.4 disable all other MPMs except required
2014-07-08 Tom HughesRemove hacks added to support passenger 4 upgrade
2014-07-07 Tom HughesAdd support for passenger 4 using the phusion repos
2014-06-10 Tom HughesApache site files need to end with .conf on 14.04
2014-06-10 Tom HughesNameVirtualHost is not needed in apache 2.4
2014-06-03 Tom HughesFix apache conf files name for apache 2.4
2014-06-03 Tom HughesUse new apache conf fragment support for SSL config
2014-06-03 Tom HughesAdd support for managing apache configuration fragments
2014-06-03 Tom HughesEnable socache_shmcb for apache SSL support on 14.04
2014-02-27 Grant Slaterapache: buffer logs by default
2014-02-13 Tom HughesUse the nginx cipher string for apache
2014-02-13 Tom HughesDisable RC4 for SSL on apache servers
2013-11-30 Tom HughesUpdate SSL cipher suites to latest recomendations
2013-11-24 Tom HughesImprove idempotency of apache_module
2013-11-24 Tom HughesConvert apache_module to an LWRP
2013-11-24 Tom HughesFix comments
2013-11-24 Tom HughesMake sure @directory is set properly in apache site...
2013-11-23 Tom HughesCorrect method name
2013-11-23 Tom HughesWe want ::File here not Chef::Provider::File
2013-11-23 Tom HughesUse README.md for the long_description
2013-11-23 Tom HughesConvert apache_site to an LWRP
2013-11-23 Tom HughesConvert all README filess to markdown
2013-11-23 Tom HughesSpecify name explicitly in cookbook metadata files
2013-11-23 Tom HughesConvert all notify/subscribe calls to the new style...
2013-10-22 Tom HughesFix typo
2013-10-22 Tom HughesUse the tile.openstreetmap.org certificate for the...
2013-10-17 Tom HughesFix typo
2013-10-17 Tom HughesRework certificate handling
2013-09-09 Tom HughesEnable named based virtual hosts for https
2013-09-09 Tom HughesAllow the listen host address to be set for apache
2013-05-30 Tom HughesAdd apache cookbook