Tech:Prod5

From Orain Meta
Revision as of 22:57, 16 July 2014 by John (talk | contribs) (fix)
Jump to navigation Jump to search
prod5 US
group webservers
node prod5.orain.org
usage mediawiki
status active
ansible yes
Hardware
memory 1024mb
cpu 4 core, 3.4ghz
ssd {{{ssd}}}
Software
os Debian 7.3
kernel 2.6.32-042stab092.2
updated 16 July 2014

prod5 is a RamNode 1024MB SVZ in Seattle running Debian stable. Our Ansible playbook is available on GitHub. Ansible automatically pulls and runs the playbook on the server every 10 minutes.

nginx

nginx is the webserver. Its main tasks include static file serving, SSL/TLS termination, gzip compression and FastCGI proxying. The nginx version is the upstream stable version, as opposed to the Debian stable version.

PHP

PHP5 worker processes are managed by php-fpm (PHP FastCGI process manager). APC does the opcode caching.

SSL/TLS

The SSL/TLS configuration is extremely secure (SSL Labs test). It's inspired by the OpenSSL Cookbook.