Hi Hemant, On Mon, Nov 27, 2017 at 12:11:25PM -0600, Coscend@Coscend wrote: > Dear HAProxy community, > > We have been successfully loading Stats page and other applications via > HAProxy 1.7.9. We successfully compiled, installed and ran 1.8.0 as a > systemd service. However, with 1.8.0, we are unable to access the same > stats page or any other application. We are using the same set of multiple > HAProxy configuration files for both 1.8.0 and 1.7.9. Ports on firewalls > are open and policies are enabled, as verified by a working v. 1.7.9. > > No log is being captured by HAProxy during access to these pages / > applications. Router log gives HAProxy is resetting the request. The Web > page on browser states "the connection was reset." > > Would you be kind enough to provide any vectors on what new configuration > parameter we should add / modify for 1.8.0 (different from 1.7.9)?
Nothing in theory. Can you check if the process is still present (ps aux) ? If it is, are the ports properly listening (netstat -ltnp) ? > Below is haproxy -vv. Command to start HAProxy: > > CONFIG=<path to config file directory and config files> > > ExecStart=/usr/local/sbin/haproxy -Ws -V -C $CONFIG -f $CONFIG -f > $<BACKENDS_DEFAULT> -f $<BACKENDS_PRODUCTS_FILES> -D -p $PIDFILE Just out of curiosity, are you certain that the binary in this absolute path is the one you expect ? For example if you had installed it in another place still in your path, haproxy -vv would find the new one but the one above would be the old one and would fail on "-Ws". Do you have anything in systemd's logs related to the startup ? Regards, Willy

