RE: HAproxy and ftp_put response "504 Timeout"

2016-05-17 Thread Info (ITpartner.ee)
...@deltaprojects.com] Sent: Monday, May 16, 2016 5:57 PM To: Info (ITpartner.ee) <i...@itpartner.ee> Cc: Andrew Smalley <asmal...@loadbalancer.org>; HAProxy <haproxy@formilux.org> Subject: Re: HAproxy and ftp_put response "504 Timeout" On Mon, May 16, 2016 at 4:13 PM, Info (ITpartner.e

RE: HAproxy and ftp_put response "504 Timeout"

2016-05-17 Thread Info (ITpartner.ee)
ge- From: Björn Zettergren [mailto:bjorn.zetterg...@deltaprojects.com] Sent: Monday, May 16, 2016 5:57 PM To: Info (ITpartner.ee) <i...@itpartner.ee> Cc: Andrew Smalley <asmal...@loadbalancer.org>; HAProxy <haproxy@formilux.org> Subject: Re: HAproxy and ftp_put response &quo

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Björn Zettergren
On Mon, May 16, 2016 at 4:13 PM, Info (ITpartner.ee) wrote: > So FirewallD ports are opened. Doing the same ftp_put via php in active or > passive mode returns 504 Gateway timeout. > That’s why I thought mby haproxy doesn't let FTP server response back in to > server. > > Mby

RE: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Info (ITpartner.ee)
[mailto:bjorn.zetterg...@deltaprojects.com] Sent: Monday, May 16, 2016 4:52 PM To: Info (ITpartner.ee) <i...@itpartner.ee> Cc: Andrew Smalley <asmal...@loadbalancer.org>; HAProxy <haproxy@formilux.org> Subject: Re: HAproxy and ftp_put response "504 Timeout" Hi Juri,

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Björn Zettergren
rom: Andrew Smalley [mailto:asmal...@loadbalancer.org] > Sent: Monday, May 16, 2016 4:27 PM > To: Info (ITpartner.ee) <i...@itpartner.ee> > Cc: HAProxy <haproxy@formilux.org> > Subject: Re: HAproxy and ftp_put response "504 Timeout" > > > > Juri > >

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Andrew Smalley
ify what do you mean under “loadbalance port 21”? > > > > *From:* Andrew Smalley [mailto:asmal...@loadbalancer.org] > *Sent:* Monday, May 16, 2016 4:27 PM > > *To:* Info (ITpartner.ee) <i...@itpartner.ee> > *Cc:* HAProxy <haproxy@formilux.org> > *Subject:*

RE: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Info (ITpartner.ee)
<mailto:i...@itpartner.ee> > Cc: HAProxy <haproxy@formilux.org <mailto:haproxy@formilux.org> > Subject: Re: HAproxy and ftp_put response "504 Timeout" Hello Juri You say your PHP Script uses FTP Protocol, so you will need to add another VIP for ftp on port 21

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Andrew Smalley
ftp_back + haproxy restart, all fine again. > > > > // Juri > > > > *From:* Andrew Smalley [mailto:asmal...@loadbalancer.org] > *Sent:* Monday, May 16, 2016 4:10 PM > *To:* Info (ITpartner.ee) <i...@itpartner.ee> > *Cc:* HAProxy <haproxy@formilux.org> > *Su

RE: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Info (ITpartner.ee)
[mailto:asmal...@loadbalancer.org] Sent: Monday, May 16, 2016 4:10 PM To: Info (ITpartner.ee) <i...@itpartner.ee> Cc: HAProxy <haproxy@formilux.org> Subject: Re: HAproxy and ftp_put response "504 Timeout" Hello Juri You say your PHP Script uses FTP Protocol, so you will need to ad

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Andrew Smalley
Hello Juri You say your PHP Script uses FTP Protocol, so you will need to add another VIP for ftp on port 21 in TCP Mode as shown below frontend app_front bind *:80 default_backend admin_back backend admin_back mode http balance roundrobin server admin 192.168.11.254:80