0

I try to get HHVM run in Repo Authoritative mode without php source available. All files are compiled successfully and the server runs. But as soon as the source files are removed the server responds with 404. It seems that HHVM checks if the requested file exists on the disk and responds with 404 if not. The same behavior is shown in fastcgi and proxygen mode.

I am looking for the switch to turn off file existence check but havn't found the corresponding settings in the docs: https://docs.hhvm.com/hhvm/configuration/INI-settings

user3804188
  • 130
  • 6

1 Answers1

0

Not sure how to switch that off but you can have empty files in your directory to avoid 404. HHVM does not need the source code in repo authoritative mode, just the hhvm.hhbc.