Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-22 | improvements to webapp deployment: allow for greater customization, allow ↵ | elijah | |
for custom git source, improve apache config. | |||
2013-10-18 | "Header set X-Frame-Options: Allow" only for nagios (Bug #4169) | varac | |
Nagios won't work with setting this option to "DENY", as set in conf.d/security (#4169). Therefor we allow it here, only for nagios. | |||
2013-09-24 | Webapp doesn't serve commercial cert (Bug #3916) | varac | |
2013-09-24 | move commercial x509 deployment to site_x509 (Feature #3889) | varac | |
2013-09-22 | Merge branch 'api-crt-3384' into develop fixes #3384 | kwadronaut | |
2013-09-22 | adding fqdn as default servername and moving service.domain to ServerAlias ↵ | kwadronaut | |
(fixing #3384) node name and dns fqdn could be different Also note that on local deploys that warning from #3384 will continue to exist (because of dns) | |||
2013-09-20 | fix whitespace issues from https://review.leap.se/r/82 | varac | |
2013-09-19 | tidy webapp api x509 definitions (#3840) | varac | |
2013-08-22 | add HSTS if hiera value for webapp['secure'] is set (#3514) | Micah Anderson | |
Change-Id: Idd413349ec0b99835a1cbb4fb4c4fcef1a8fdeab | |||
2013-08-21 | Disable verbose, identifying apache headers (#3462): | Micah Anderson | |
. Disable ServerSignature . Set ServerTokens Prod . unset the X-Powered-By and X-Runtime apache headers Change-Id: Iddb2cb9a0465bc7f657581adaacbbf748479fd7a | |||
2013-06-25 | fix for #2986 - the services variable is no longer an array | Micah Anderson | |
Change-Id: Ia6fc60c0c1fdfa50e1d6d981699c1d8010df63fc | |||
2013-05-22 | change paths for leap webapp to be under /srv/leap/webapp from /srv/leap-webapp | Micah Anderson | |
2013-04-18 | webapp: removed "Alias /1" from apache config | elijah | |
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-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 |