ubuntu - Port 9000 not listed -


i using puphpet ubuntu/nginx/hhvm.

everything works until restart virtual machine. after vagrant reload or halt/up 502 error. notice after 1 of mentioned actions port 9000 not listed. have restart hhvm service port started.

how can make port (9000) listed @ virtual machine start?

the hhvm getting started wiki page indicates solution this. (i think it's printed on console when apt-get install hhvm):

sudo update-rc.d hhvm defaults 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -