File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/src/main/asciidoc/developer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ updated in or read from the shared memory).
358358== mod_cluster-manager handler
359359
360360The 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
362362string is the following:
363363
364364[source]
@@ -369,8 +369,8 @@ Nonce:<nonce>&Cmd:<cmd>&Range:<range>&<MCMP String>
369369where:
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
376376Example:
You can’t perform that action at this time.
0 commit comments