Jason Tarka
Jason Tarka
Check `/var/log/hhvm/error.log` and see what it says: `$ grep -v translation /var/log/hhvm/error.log | tail -n 50` As for accessing it from your subdomain, you'd need to create a DNS record...
This should fix #113
Note: This relies on `Utils::logMessage()` from #634. Making this a separate PR to so it's easier to review.
I don't know if it fixes it in all cases, but the autorun script attempts to reference the server's `DOCUMENT_ROOT`, which doesn't exist in the background scripts. This means it...