On Tue, 25 Dec 2012 02:40:39 +0900 (KST), [email protected] wrote:
stats http-request configuration is broken!!
I confirm this, stats seem broken. this code is working in dev15:
[code]
listen stats 123.45.67.89:12345
mode http
option httpclose
stats enable
stats uri /
stats realm restricted
stats auth 1234:5678
[/code]
but returns "503 Service Unavailable" in dev16
Cheers,
Kai

