PHP/HHVM

From Bibliotheca Anonoma
Revision as of 16:32, 8 January 2017 by Antonizoon (talk | contribs) (Created page with "First, install HHVM: https://www.digitalocean.com/community/tutorials/how-to-install-hhvm-with-nginx-on-ubuntu-14-04 For better performance, set up HHVM as a UNIX socket to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

First, install HHVM:

https://www.digitalocean.com/community/tutorials/how-to-install-hhvm-with-nginx-on-ubuntu-14-04

For better performance, set up HHVM as a UNIX socket to reduce additional load from TCP layers.

https://docs.hhvm.com/hhvm/advanced-usage/fastCGI#using-fastcgi

Add

/etc/hhvm/server.ini
hhvm.server.file_socket=/var/run/hhvm/sock