Tagged Questions
0
votes
0answers
54 views
Forward all requests through proxy?
I have a VPS that I want to act as proxy server and send all requests to my main server.
The main server has a website and email. Nothing else.
How can I do this? I'm running CentOS on the VPS.
...
2
votes
1answer
1k views
Tuning Linux + HAProxy
I'm currently rolling out HAProxy on Centos 6 which will send requests to some Apache HTTPD servers and I'm having issues with performance. I've spent the last couple of days googling and still can't ...
1
vote
1answer
325 views
HAProxy running in chroot jail is only logging started messages
I've configured my HAProxy server to run in a chroot jail logging messages to syslog socket. My problem is that the only messsages currently being logged are for when haproxy is starting up.
May 26 ...
0
votes
1answer
2k views
CentOS - How to install haproxy
I have no experience with Linux.
I want to install the haproxy.
Where should I place the file for installation?
My position is at the root server.
/root
Can I use the following procedure?
wget ...
1
vote
2answers
179 views
HAProxy configuration file
Where it is located? Sometimes I see it under /etc/haproxy.conf, other times at /etc/haproxy/haproxy.cfg. IF both reside, which one precedes then?
8
votes
1answer
1k views
Poor load balancer performance on rackspace and centos
I am load testing different options for load balancing, and am getting poor results from Nginx, haproxy, and varnish. I have one 4GB load balancer at Rackspace, hitting 4x1GB app servers.
I'm ...
4
votes
1answer
836 views
connection sync suggestions with HAproxy and keepalived
I managed to get HAproxy working in a failover configuration as suggested on the architecture.txt document using keepalived.
I used CentOS 5.5, HAproxy rpm (haproxy-1.3.25-1.el5) from epel repo, and ...