The commands available for the WebAdmin context are:
EXIT/QUIT
- exits CLI and closes connection to AxigenHELP
- prints this help messageBACK
- cancels any changes made and switches back to the previous contextCOMMIT
- commits the changes made in this contextSHOW [ATTR <param>]
- shows information about this contextSAVE Config
- saves the server's running configurationLIST Listeners
- lists available listenersLIST UrlRedirects
- lists the rules used for secure loginSTART Service
- starts the WebAdmin serviceSTOP Service
- stops the WebAdmin serviceSET [maxErrors <maxErrors>]
- sets the max. no. of wrong commandsSET [maxAuthErrors <maxErrors>]
- sets the max. no. of failed authenticationsSET [maxConnThreads <maxThreads>]
- sets the max. no. of threads handling the conn.SET [minConnThreads <minThreads>]
- sets the min. no. of threads handling the conn.SET [logLevel <level>]
- sets the service's logging levelSET [logType <type>]
- sets the service's logging typeSET [logHost <host>]
- sets the service's remote logging hostSET [path <path>]
- sets the location of HSP filesSET [sessionIdleTimeout <timeout>]
- sets the inactivity timeoutSET [sessionActivityTimeout <timeout>]
- sets maximum living time for a sessionSET [allowKeepAlive <yes|no>]
- enables/disables persistent connectionSET [allowLargeIncomingData <yes|no>]
- enables/disables receiving incoming data after the limit is exceededSET [httpHeadersMaxSize <size>]
- sets the maximum allowed size for received HTTP headersSET [httpBodyMaxSize <size>]
- sets the maximum allowed size for incoming HTTP bodySET [uploadMaxSize <size>]
- sets the maximum allowed size for incoming upload dataCONFIG AccessControl
- enters the AccessControl contextRESET
- resets the service to the currently active configurationADD Listener [address] <address>
- adds a listener to the service (changes context)UPDATE Listener [address] <address>
- updates a listener from the service (changes context)REMOVE Listener [address] <address>
- removes a listener from the serviceSHOW Listener [address] <address> [ATTR <param>]
- shows the given listenerADD UrlRedirect [address] <address> port <port> host <host>
UPDATE UrlRedirect [address] <address> [port <port>] [host <host>]
REMOVE UrlRedirect [address] <address>