HHVM (HipHop Virtual Machine) 是一个用于执行以 PHP 和 Hack 语言编写的代码的虚拟环境。它是由 Facebook 开发的,提供了当前 PHP 7 的大多数功能。要在你的服务器上运行 HHVM,你需要使用 FastCGI 来将 HHVM 和 Nginx 或 Apache 衔接起来,或者你也可以使用 HHVM 中的内置 Web 服务器 Proxygen。

following is a summary of the tasks you must perform. More details are provided in the sections that follow.

Define websites, stores, and store views in the Magento Admin.
Create one virtual host per Magento website or store view.
Pass the values of MAGE_RUN_TYPE and MAGE_RUN_CODE to the web server.