Hi,

after some frustration with the "enable/disable" feature on the stats web UI I 
stumbled across something that I thought might be intersting to know.

When trying to disable a server via stats web UI I found that it results in a 
"[X] Nothing has changed." message with a listen section configured like so:

listen .45:8443 192.168.240.45:8443
        option ssl-hello-chk
        server A 192.168.240.10:8443 check
        server B 192.168.240.20:8443 check

However it works perfectly ("[X] Action processed successfully.") when 
configured like so:

listen some_other_name 192.168.240.45:8443
        option ssl-hello-chk
        server A 192.168.240.10:8443 check
        server B 192.168.240.20:8443 check

First thing I checked was documentation regarding names, and there it says:

All proxy names must be formed from upper and lower case letters, digits,
'-' (dash), '_' (underscore) , '.' (dot) and ':' (colon).


Not sure if I did something wrong in the rest of my config (which I can't 
disclose), but for now it looks like a problem with a ":" in the name.

With kind regards
A.

--
Si forte in alienas manus oberraverit hec peregrina epistola incertis ventis 
dimissa, sed Deo commendata, precamur ut ei reddatur cui soli destinata, nec 
preripiat quisquam non sibi parata.


Reply via email to