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…
Server
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…
Lsyncd is awesome tool to make backup of home files or other directory we define to another server. It duplicates files with rsync. When there are changes or new files in home directory of master server, lsyncd will automatically in real time duplicates files to slave or subordinate server. Here…
Here I would like to share how to monitor server and domain status with BETA nixstats.com service. Although Beta service but nixstats is awesome: able to display server and domain status in a realtime page. Register to Nixstats.com Register to nixstats.com and follow the instructions. Note: Fill…
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…