-1

I have installed hhvm on CentOS and when I try to run returns me an error:

Starting hhvm: Possible bad config node: dFile

in /var/log/hhvm/error.log ist

Unable to open pid file www.pid for write

MalT
  • 313
  • 2
  • 12

1 Answers1

1

Where is your HHVM pid file configured to live? In /etc/hhvm/server.hdf or similar, do you have a PidFile = setting?

I set mine to PidFile = /var/run/hhvm/pid. I then did a mkdir /var/run/hhvm.

ndavison
  • 185
  • 7