Re: haproxy backend issue

2018-02-15 Thread Irfan Sayed
awesome !!! tooo good. i did that , and on the stats page of haproxy , now haproxy frontend is listening to backend on 127.0.0.1:8099 port i guess now i can proceed further ... Thanks Jamo and Aleks for your tremendous help i can bug you further when i stuck up Regards,

Re: haproxy backend issue

2018-02-15 Thread Jarno Huuskonen
Hi, On Thu, Feb 15, Irfan Sayed wrote: > 3: [root@ip-172-31-25-224 haproxy]# sestatus > SELinux status: enabled > SELinuxfs mount:/sys/fs/selinux > SELinux root directory: /etc/selinux > Loaded policy name: targeted > Current mode:

Re: haproxy backend issue

2018-02-15 Thread Aleksandar Lazic
Hi. Am 15.02.2018 um 17:10 schrieb Irfan Sayed: > Hi, > > Thanks. > > 1: [root@ip-172-31-25-224 haproxy]# ls -lR /var/lib/haproxy > /var/lib/haproxy: > total 0 > srwxr-xr-x. 1 root root 0 Feb 13 08:31 stats There is no `/var/run` in this dir > 2: I am not getting what is the meaning of this

Re: haproxy backend issue

2018-02-15 Thread Irfan Sayed
Hi, Thanks. 1: [root@ip-172-31-25-224 haproxy]# ls -lR /var/lib/haproxy /var/lib/haproxy: total 0 srwxr-xr-x. 1 root root 0 Feb 13 08:31 stats 2: I am not getting what is the meaning of this line when you says : Do you have also the error When you comment this in? > Just a test. not

Re: haproxy backend issue

2018-02-15 Thread Aleksandar Lazic
Hi. Am 15.02.2018 um 16:24 schrieb Irfan Sayed: > Thanks Aleks for all your help. > Let me try to help you with the answers for all your questions: > > 1: This error is actually coming from haproxy and NOT FROM spring boot > candidate service. there is no any java exception while running the >

Re: haproxy backend issue

2018-02-15 Thread Irfan Sayed
Thanks Aleks for all your help. Let me try to help you with the answers for all your questions: 1: This error is actually coming from haproxy and NOT FROM spring boot candidate service. there is no any java exception while running the candidate service 2: out put for command : curl -v --max-time

Re: haproxy backend issue

2018-02-15 Thread Aleksandar Lazic
Hi Ifran. Am 15.02.2018 um 14:17 schrieb Irfan Sayed: > Hello, > I m newbie to the HAproxy and trying to set that as API gateway for the > micro-services. > following is the haproxy.cfg > > ## > > global >     log 127.0.0.1 local2 >     chroot     

haproxy backend issue

2018-02-15 Thread Irfan Sayed
Hello, I m newbie to the HAproxy and trying to set that as API gateway for the micro-services. following is the haproxy.cfg ## global log 127.0.0.1 local2 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid maxconn 4000 user

haproxy backend issue

2018-02-15 Thread Irfan Sayed
Hello, I m newbie to the HAproxy and trying to set that as API gateway for the micro-services. following is the haproxy.cfg ## global log 127.0.0.1 local2 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid maxconn 4000 user