Fix to bug #641, http://bugs.mariadb.com/show_bug.cgi?id=641
Removed HTTPD Router and replaced module CLI with cli
This commit is contained in:
@ -208,18 +208,13 @@ passwd=mypwd
|
||||
#router_options=slave_selection_criteria=
|
||||
#filters=fetch|qla
|
||||
|
||||
[HTTPD Router]
|
||||
type=service
|
||||
router=testroute
|
||||
servers=server1,server2,server3
|
||||
|
||||
[Debug Interface]
|
||||
type=service
|
||||
router=debugcli
|
||||
|
||||
[CLI]
|
||||
type=service
|
||||
router=CLI
|
||||
router=cli
|
||||
|
||||
## Listener definitions for the services
|
||||
#
|
||||
@ -270,12 +265,6 @@ protocol=telnetd
|
||||
#address=127.0.0.1
|
||||
port=4442
|
||||
|
||||
[HTTPD Listener]
|
||||
type=listener
|
||||
service=HTTPD Router
|
||||
protocol=HTTPD
|
||||
port=6444
|
||||
|
||||
[CLI Listener]
|
||||
type=listener
|
||||
service=CLI
|
||||
|
Reference in New Issue
Block a user