PHP/HHVM: Difference between revisions
From Bibliotheca Anonoma
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...") |
(No difference)
|
Revision as of 16:32, 8 January 2017
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