Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manual/hhvm/03-advanced-usage/04-admin-server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Admin Server

SouplyBelt57
The admin server allows the administrator of the HHVM server to query and control the HHVM server process. It is different and separate than the primary HHVM server that you specified with `-m server` or `-m daemon`.

To turn on the admin server, you specify the following options at the command line via `-d` or within your `server.ini` (or equivalent).
Expand All @@ -26,9 +26,9 @@ will bring up a list of commands you can use to control and query your admin ser
The port associated with the `curl` command is the `hhvm.admin_server` port set above if you are using [Proxygen](/hhvm/basic-usage/proxygen). *If you are using [FastCGI](/hhvm/advanced-usage/fastCGI)*, then the port will be the webserver port that is the front end to FastCGI.

### Sending a Command

enable cheat
Use one of the commands listed with the `curl` sequence above, along with your password, to send a command to the admin server.

keepinventory
```
curl http://localhost:9001/compiler-id?auth=SomePassword
```
Expand Down