Skip to content

Commit 6336e28

Browse files
authored
Merge pull request modcluster#241 from rhusar/command-name-fix
Fix command names.
2 parents c2dcb5f + c630184 commit 6336e28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/main/asciidoc/developer/management_protocol.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ updated in or read from the shared memory).
358358
== mod_cluster-manager handler
359359

360360
The mod_cluster-manager handler allows to do operation like
361-
ENABLE_APP/DISABLE_APP through a web interface. The format of the request
361+
ENABLE-APP/DISABLE-APP through a web interface. The format of the request
362362
string is the following:
363363

364364
[source]
@@ -369,8 +369,8 @@ Nonce:<nonce>&Cmd:<cmd>&Range:<range>&<MCMP String>
369369
where:
370370

371371
* <nonce> Is a string like e17066b4-0cb1-4e58-93e3-cdc9efb6be9 corresponding to a unique id of httpd.
372-
* <cmd> Is the command: one of ENABLE_APP, DISABLE_APP etc.
373-
* <range> Is a "NODE" or "CONTEXT". "NODE" means that the _APP command is a wildcard command.
372+
* <cmd> Is the command: one of ENABLE-APP, DISABLE-APP etc.
373+
* <range> Is a "NODE" or "CONTEXT". "NODE" means that the -APP command is a wildcard command.
374374
* <MCMP String> is a string containing a command described above.
375375

376376
Example:

0 commit comments

Comments
 (0)