Hello.
I installed Haproxy and 2 WAS. and then I uploaded file to server.
but upload speed was very slow. but download speed was working.
My haproxy configuration below,
----------------------------------------------------------------------
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
maxconn 4096
user haproxy
group haproxy
defaults
log global
option dontlognull
retries 3
option redispatch
maxconn 2000
contimeout 5000
clitimeout 50000
srvtimeout 50000
listen WEB 192.168.10.100:7001
mode http
stats enable
stats uri /haproxy
balance source
cookie JSESSIONID prefix
option httpclose
option forwardfor
server WEB1 192.168.210.148:7001 cookie A check
server WEB2 192.168.210.149:7001 cookie B check
I opened port about FTP and PASSIVE FTP but same problme(file upload was very slow).
I think Haproxy inspect upload packets and haprxy buffer size is very small. right?
so I had modifed buffer size, but not working (I mean upload is very slow).
do you know how to set haproxy configuration..? or how to set centos?
Best regards
|
|

