system-config/playbooks/roles/static
Jeremy Stanley ab50b54169 Limit connections for static site Apache workers
We've noticed that our static sites will semi-regularly have
problems due to stale SSL certs served by Apache workers which
predate the latest certificate replacement and haven't terminated
(graceful restart only ends the running workers once they have no
remaining connections). Limit the impact of this by recycling
workers automatically after a reasonable (large) number of
connections.

This implementation is shamelessly stolen from that used in
Ic377f48d1a5a3eecbcb183327c9255134c4364ab for our mirror sites.

Change-Id: I2e5c0bdf012184ebbfccb086b967008bf12582ab
Co-Authored-By: Clark Boylan <clark.boylan@gmail.com>
2020-06-23 20:41:31 +00:00
..
files Limit connections for static site Apache workers 2020-06-23 20:41:31 +00:00
handlers Limit connections for static site Apache workers 2020-06-23 20:41:31 +00:00
tasks Limit connections for static site Apache workers 2020-06-23 20:41:31 +00:00
templates Update git.starlingx/git.airship redirects 2020-03-18 18:39:48 +01:00
README.rst Add roles for a basic static server 2020-01-16 14:10:08 +11:00

README.rst

Configure an static webserver

This role installs and configures a static webserver to serve content published in AFS

Role Variables