HHVM (HipHop Virtual Machine) is an open-source virtual machine designed for executing programs written in Hack and PHP. HHVM is developed and supported by Facebook. Faster and more secure than PHP 7 (see comparisons between PHP 7 and HHVM). My site is using Joomla 3.4.5 and runs normal…
Nginx
In my previous post, we have setup Ajenti and setup MySql master to master and files replication. For load balancing two server running with Ajenti, we need to install Varnish in different VPS. Setup Load Balancing with Varnish Here, I use Centos in third VPS for install Varnish. rpm -Uvh…
After we setup Ajenti and Ajenti V, now we should configure mysql master to master replication. Mysql Master to Master Replication Server 1 Create access between two servers with passwordless. On SSH server 1, type this command: ssh-keygen -t dsa Enter file in which to save the key (/root/.ssh/…
Ajenti V is open source Control Panel with good and simple interface with Nginx stack inside. Include PHP-Fpm, Mail Server, FTP Server, and many other features. Ajenti is alternative option to manage server. This tutorial shows how to install and configure Ajenti V server for production purpose: ready to host…
In my previous post, I wrote how to install Ghost and Nginx with SSL on Ubuntu 14.04. Now, I would like to share about how to speed up Ghost with tweaking some Nginx configurations. Speed is a must. Nobody likes slow website. Search engine sometimes fails to crawl website…
Finally, my Ghost blog is now online after many hours tried to install on different Linux OS from various tutorial I've ever read. Need big efforts to find tutorial that really works to install Ghost on Ubuntu 14.04. And, you're lucky, here I would like to share my experience…