[PATCH] DOC: Fix typo so fetch is properly parsed by Cyril's converter

2016-05-16 Thread Nenad Merdanovic
Signed-off-by: Nenad Merdanovic --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 80b9c01..19b7e1a 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -13218,7 +13218,7

Alert of due dilligence process

2016-05-16 Thread SERVUS Credit Union
Hi haproxy@formilux.org, SERVUS credit union new policy requires that your business account transactions are reviewed within 24 hours to ensure that financial information accurately reflects actual activity. Please download and open the document to proceed with your recent transactions review

Using socket commands to add a new server to a backend

2016-05-16 Thread Tugberk Ugurlu
Hi, Is it possible to register a new server under a backend? This is similar to what is being asked here: http://haproxy.formilux.narkive.com/1OibZABp/using-haproxy-socket-to-add-new-servers I cannot see the command available under the documented list of commands:

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)
Thanks Björn! I have tried ftp connection via server shell to external FTP server and it works. I was able to connect and upload files. Tried both active and passive modes. ... 227 Entering Passive Mode ( XXX ) 150 Accepted data connection 226-File successfully transferred ... So

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Björn Zettergren
Hi Juri, I suspect you have a problem with the FTP protocol and the clients active / passive mode. You need to forward the appropriate ports in your firewall/nat at the node running haproxy. Quick google suggested this read; http://slacksite.com/other/ftp.html This is not a haproxy problem.

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Andrew Smalley
If you are doing an external ftp connection you will not need to do anything on haproxy, I was assuming that the ftp server would be internal Can you test from the server on 192.168.11.254 to make a ftp connection manually and if it works then good. If not then you will need to find the reason

RE: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Info (ITpartner.ee)
Well yes, internal php script makes a call to some outside FTP server, looking like: |--| | app_back (192.168.11.254) - > HAproxy (with public IP)| - > Some FTP hosting

Re: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Andrew Smalley
Juri Your welcome. I made an assumption that you would need to also loadbalance port 21 for ftp. Is your php script making a call to an external service or is it behind haproxy? Regards Andrew Smalley Loadbalancer.org http://www.loadbalancer.org On 16 May 2016 at 14:24, Info (ITpartner.ee)

RE: HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Info (ITpartner.ee)
Hello Andrew, Thanks for fast reply! I have already tried similar configuration and tried yours, but I get “ERR_CONNECTION_REFUSED” on any http request to this server. After removing ftp_front and ftp_back + haproxy restart, all fine again. // Juri From: Andrew Smalley

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

HAproxy and ftp_put response "504 Timeout"

2016-05-16 Thread Info (ITpartner.ee)
Hello, Really need a help to solve this issue. We have PHP ftp file upload script. After project migration from regular hosting under HAproxy as a load balancer, our php file upload script stopped working. We receive "504 Gateway Time-out. The server didn't respond in time." error after ~30