HipHop VM (HHVM) is a virtual machine designed for executing programs written in Hack and PHP.
I have setup the following ngnix config for my Ubuntu 14.04 VPS running HHVM with ngnix: server { listen 80 default_server; listen [::]:80 …
I'm able to start the HipHop VM to use a unix socket. I can accomplish this via: /usr/bin/hhvm …