Skip to content

Instantly share code, notes, and snippets.

@sushat4692
Created May 15, 2014 12:08
Show Gist options
  • Save sushat4692/0032b5d4c9dab647afe5 to your computer and use it in GitHub Desktop.
Save sushat4692/0032b5d4c9dab647afe5 to your computer and use it in GitHub Desktop.
Run HHVM Fastcgi
// ポートを指定する場合
$ hhvm --mode daemon -vServer.Type=fastcgi -vServer.Port=9000
// socketを指定する場合(自環境の場合は上手く動きませんでした)
$ hhvm --mode daemon -vServer.Type=fastcgi -vServer.FileSocket=/var/run/hhvm/sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment