Created
May 15, 2014 12:08
-
-
Save sushat4692/0032b5d4c9dab647afe5 to your computer and use it in GitHub Desktop.
Run HHVM Fastcgi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ポートを指定する場合 | |
$ 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