I'm actually using 1.5 all the time. If you check the patch I propose, you'll see that most probably it is not the same code path.
On Mon, Apr 25, 2016 at 4:06 PM, Pavlos Parissis <pavlos.paris...@gmail.com> wrote: > > > On 25/04/2016 01:47 μμ, Ondrej Stumpf wrote: > > That is not the issue. I'm talking about the "disabled" keyword in > > HAProxy configuration file. That can be used in the "frontend" section > > (among others) to start the frontend without actually binding to a port. > > To quote the docs: > > "The instance will still be created and its configuration will be > > checked, but it will be created in the "stopped" state and will appear > > as such in the statistics. It will not receive any traffic nor will it > > send any health-checks or logs." > > However, if you use that keyword, not only the frontend does NOT appear > > in stats, but it also cannot be enabled via stats. The fix that I > > propose fixes it - the frontend is after startup visible in stats (in > > STOP state) and can be enabled via "enable frontend xyz". > > > > But, it could be that the same code path is used. Have you checked the > behavior with 1.5? > > > Cheers, > Pavlos > >