Tech:Prod8: Difference between revisions

From Orain Meta
Jump to navigation Jump to search
Content added Content deleted
(changed kernel for prod8)
(update)
Line 11:
| ssd = 20GB
| os = Ubuntu 14.04
| kernel = 3.13.0-32-generic
| updated = 1904 SeptemberOctober 2014
}}
prod8prod4 is a server in London running Ubuntu 14.04 (Trusty). <!-- Our Ansible playbook is available [https://github.com/orain/ansible-playbook on GitHub]. Ansible automatically pulls and runs the playbook on the server every 10 minutes.
 
=== nginx ===
nginx is the webserver. Its main tasks include SSL/TLS termination, gzip compression and FastCGI proxying. The nginx version is the upstream stable version, as opposed to the Debian stableTrusty version.
 
==== PHP ====
PHP5 worker processes are managed by php-fpm (PHP FastCGI process manager). APC does the opcode caching[[HHVM]].
 
==== SSL/TLS ====
Line 26:
 
=== MediaWiki ===
We run the latest version of MediaWiki and have a varying amount of extensions and skins installed to customise the experience for the end user.
-->

Revision as of 16:38, 4 October 2014

prod8 UK
group mediawikiservers
node prod8.orain.org
usage mediawiki
status active
ansible no
Hardware
memory 512mb
cpu 4 core, 2.4ghz
ssd 20GB
Software
os Ubuntu 14.04
kernel 3.13.0-32-generic
updated 04 October 2014

prod4 is a server in London running Ubuntu 14.04 (Trusty). 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 SSL/TLS termination, gzip compression and FastCGI proxying. The nginx version is the Trusty version.

PHP

PHP5 worker processes are managed by HHVM.

SSL/TLS

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

MediaWiki

We run the latest version of MediaWiki and have a varying amount of extensions and skins installed to customise the experience for the end user.