You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
As I can see, config.hdf is not used in any case. Vote for a remove.
Is this file internally used somehow?
Further improvements:
According to issue #8 it might make sense to provide a separate config file for the FastCGI package.
My proposal:
server.hdf for the server mode
fastcgi.hdf for the FastCGI mode
At the moment it's IMHO not a good solution that the hhvm server and the FastCGI progress share the same config file. E.g. same .hdf means same port, which can cause problems.
If the server and FastCGI config diverge to much, it's kind impossible to find a common ground with only one file.
Note: To run hhvm server and FastCGI at the same time is a corner case.