Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-14 | remove apache ssl proxy in preparation of replacing it with a stunnel setup | Micah Anderson | |
This presents us with an interesting problem of deprecation. We need to manage the removal of something that we previously installed in any released code. How long we carry the puppet code that removes raises some interesting questions: do we require that someone who deployed version 1 (where the apache ssl proxy was deployed) of the platform upgrade first to version 2 (where we remove the apache ssl proxy) before they upgrade to version 3 (where the apache ssl proxy removal is no longer present) -- or do we allow people to skip versions? | |||
2013-01-31 | install an apache Directory override block to disable passenger for nagios, ↵ | Micah Anderson | |
if the node is a monitor node | |||
2012-12-19 | webapp api now uses a customizable port (so that we don't try to rely on SNI ↵ | elijah | |
for hosting two TLS domains on one IP). | |||
2012-12-11 | replace Documentroot path from - to _ | Micah Anderson | |
2012-12-10 | couchdb: use x509 module to deploy certs (fixes #1063) | varac | |
2012-11-27 | fix location of SSLCertificateChainFile location | Micah Anderson | |
2012-11-27 | map /1 -> document root | Micah Anderson | |
2012-11-27 | add site_webapp class to install the certs/keys/CAs and virtual host ↵ | Micah Anderson | |
configurations | |||
2012-11-03 | configure apache ssl proxy for couchdb | varac | |