Linux experts Seravo background Linux Debian SUSE
Linux-natives blog: Linux and open source – technology and strategy

A guide to modern WordPress deployment (part 1)

Screen-Shot-2014-08-29-at-09.47.20

Seravo & WordPress

As a Linux and open source specialist company, Seravo provides services to many companies that run Linux in a web server. Not surprisingly, in many of these cases, the top-level software running on the server is of course, the world’s most popular CMS, WordPress. We love it!

In the process of administering and developing a number of WordPress sites for quite some time now, we’ve discovered an arsenal of useful ways to optimise and automate WordPress, some of which we’ve published right here on our blog:

Throughout 2014, we’ve expanded our WordPress expertise and in the process, combined our practices into a full WordPress deployment platform. We’re confident our solution is the next step forward from traditional WordPress hosting services.

In the spirit of openness in the WordPress community, we’re happy to present the details of our deployment platform and which technologies lie under it in this series of blog posts.

1. LXC – A full OS for every WordPress installation

As one of the starting points to our platform, we wanted every individual WordPress installation to have its own full Linux environment. Instead of going the traditional route to virtualisation with VMs seen in most generic hosting solutions, we chose a more recent technology called Linux containers or LXC for short.

Each WordPress instance resides within its own, robust Linux container which provides a lightweight, flexible way to sandbox applications. By using LXC as a means of virtualisation, we’ve greatly reduced the overhead required for hosting websites in a clustered environment, thus increasing overall server performance.

As each WordPress container is also a completely standalone system in itself, it has been extremely easy to clone and transfer instances between hosts and even other WordPress platforms.

2. Nginx, HHVM and MariaDB for amazing performance

Instead of a more traditional LAMP (Linux, Apache, MySQL and PHP) environment. We utilised the newest in technologies for running WordPress.

  • Nginx, the fastest and most flexible HTTP server available
  • HHVM, a new and improved PHP engine developed and used by Facebook
  • MariaDB, a faster drop-in-replacement for MySQL server

The combination of these technologies enable us to offer WordPress performance unheard of when compared to LAMP environments. Additionally, all of these components are extremely configurable so that fine-tuning their performance could be a blog post all on its own.

3. Secure administration with TLS on SPDY/3.0

The drawbacks of building a HTTPS secured WordPress site have always been the inconvenience of acquiring an SSL certificate for each domain used and the increased server load from the additional computation required for secure protocols.

We didn’t want our users to throw away security for convenience, so we went in search for a solution.

First, we enabled the use of an open networking protocol called SPDY, which is the basis for the upcoming HTTP/2 protocol. SPDY/3 is already supported by all major browsers and offers a significant increase in server side performance in comparison to standard HTTPS. This allows us to effortlessly serve large amounts of secure HTTPS traffic with almost no performance penalty.

To avoid having to acquire separate SSL certificates for all our separate WordPress installations, we developed HTTPS Domain Alias – a WordPress plugin that allows the use of a separate domain name for wp-admin. All our clients now get their own subdomain for WordPress administration at *.seravo.fi, which can be securely accessed over HTTPS for a secure WordPress admin panel.

Keep reading

Read part 2 of this series, in which we discuss the management aspects of multiple WordPress installations and useful tools for general WordPress development and security.

More information for Finnish-speaking readers available at wordpress-palvelu.fi.

Written by

Linux-natives – a blog by Linux experts from Finland – is brought to you by Seravo, a Finnish company focused on open source software and services.

Our team provides premium hosting and upkeep for your WordPress website - with open source software.

9 thoughts on “A guide to modern WordPress deployment (part 1)

  1. Rob says:

    I checked out the palvelu.fi link at the bottom of your post and with the help of google translate was able to read most of the info there but still couldn’t figure out if this is a hosted service like wordpress.com where websites are always subdomains of wordpress.com and have limitations because of that or if you are providing a specialized wordpress hosting environment where clients have root access to their own servers via virtualization or lxc

    and why not English? :(

  2. Otto Kekäläinen says:

    Thanks Roberto for your interest! This is not like WordPress.com. In our service you can have your own themes, your own plugins, your own domain etc. It is a hosting service with the addition that we maintain WordPress for you so you can concentrate on the contents, while we handle server optimization or security upgrades etc.

    The site is in Finnish as our primary customers are in Finland at the moment. Nice to hear that there is international demand, maybe we’ll some day launch a version in English too. You can however already be our customer, the service itself is multilingual and you can have your invoices in English. It’s just the marketing/presentation part that is in Finnish at the moment.

  3. Pingback: A Guide to Modern WordPress Deployment (part 2) - Seravo
  4. Pingback: A Guide to Modern WordPress Deployment (part 2) | Linux Admins
  5. Sam Tuke says:

    Very nice 2-part article. Of most interest to me is your use of SPDY and the custom certificate system for admin pages. Thanks for contributing so much upstream!

  6. Pingback: Seravo Oy tarjoaa WordPress-ohjelmistoa palveluna - COSS.fi
  7. Duke Vukadinovic says:

    Great piece of advice guys! I totally agree that HHVM can help our website to serve PHP scripts much faster and efficient plus Nginx will boost content delivery time to our WordPress site visitors.

  8. Otto Kekäläinen says:

    @Duke: Note that this article is from 2014. Nowadays we have already retired HHVM in favour of PHP7: https://seravo.com/docs/configuration/php7-hhvm/#hhvm

    1. Duke Vukadinovic says:

      Thanks for the reply, I really appreciate that. Yes, I’m aware of that but unfortunately, I still prefer to do things the old way :)

Leave a Reply

Your email address will not be published.