hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

add admin server type in runtime options

Open wwbmmm opened this issue 7 years ago • 1 comments

Change-Id: Ie00658b19606c9238ee71c5ab66434481c22202d

We always use fastcgi server for compatibility, but we don't want the admin server to be fastcgi. It is not convenient to visit. So we add a patch to make admin server type different from page server type.

In Baidu, we always use fastcgi for page server and http for admin server.

Just add this in you ini setting: hhvm.admin_server.type=proxygen

If this is not set, the default value is the same type as the page server.

wwbmmm avatar Jul 25 '17 10:07 wwbmmm

@Orvid has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

hhvm-bot avatar Jul 25 '17 16:07 hhvm-bot