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...") |
Antonizoon (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
https://www.digitalocean.com/community/tutorials/how-to-install-hhvm-with-nginx-on-ubuntu-14-04 | https://www.digitalocean.com/community/tutorials/how-to-install-hhvm-with-nginx-on-ubuntu-14-04 | ||
https://www.howtoforge.com/tutorial/how-to-install-wordpress-with-hhvm-and-nginx-on-centos-7/ | |||
For better performance, set up HHVM as a UNIX socket to reduce additional load from TCP layers. | For better performance, set up HHVM as a UNIX socket to reduce additional load from TCP layers. |
Revision as of 01:20, 20 March 2017
First, install HHVM:
https://www.digitalocean.com/community/tutorials/how-to-install-hhvm-with-nginx-on-ubuntu-14-04
https://www.howtoforge.com/tutorial/how-to-install-wordpress-with-hhvm-and-nginx-on-centos-7/
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