Tuesday, February 11, 2014

Configure HHVM with Apache + FastCGI on Centos 6.5

On centos you can run regular fastcgi processes with mod_fcgid package. In order to communicate with HHVM over TCP/IP you need to install mod_fastcgi which is available elsewhere on the internet.  Follow these instructions to use apache + fastcgi with hhvm. 0. Pre-requisites Make sure you add...

Monday, February 10, 2014

Installing docker 0.8 version on Centos 6.5

1. Configure EPEL Repository [root@localhost ~]# sudo yum install http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.aol.in * extras: centos.aol.in * updates: centos.aol.in Setting up Install Process epel-release-6-8.noarch.rpm...