HAProxy 2.0
61–70 of 120 posts
Re: HAProxy 2.0
#62Earlier quoted context omitted.
What conversation? Been using apache2 for like 20+ years now. It is doable to switch to something else, but would probably require effort with various details, etc. It works well for our moderate loads, so not really urgent to change it.
No one up till this point ever mentioned using HAProxy with Apache
Re: HAProxy 2.0
#63Some months ago I decided to move every little things running on some VPS to docker (so I could move those apps at will and have apps with incompatible dependencies running on the same VPS). I looked into Haproxy, set a bunch of rules and fall into static IP management hell. Then I tried Traefik mainly because of the HTTPS auto-renewal feature but the ability to tag docker containers with DNS regex (so traefik knows…
Re: HAProxy 2.0
#64Re: HAProxy 2.0
#65Does it have proper support for HTTP/2.0? Last I checked, only Nginx really did it right.
Re: HAProxy 2.0
#66Does it have proper support for HTTP/2.0? Last I checked, only Nginx really did it right.
Re: HAProxy 2.0
#67Are there any programmble http proxy servers? I write a fair bit of VM/container control software and often need to map URLs to specific entities on the network dynamically. Never found a good programmable proxy with routing table API and always had to hand roll.
Re: HAProxy 2.0
#68Are there any programmble http proxy servers? I write a fair bit of VM/container control software and often need to map URLs to specific entities on the network dynamically. Never found a good programmable proxy with routing table API and always had to hand roll.
Re: HAProxy 2.0
#69Are there any programmble http proxy servers? I write a fair bit of VM/container control software and often need to map URLs to specific entities on the network dynamically. Never found a good programmable proxy with routing table API and always had to hand roll.
Re: HAProxy 2.0
#70Are there any programmble http proxy servers? I write a fair bit of VM/container control software and often need to map URLs to specific entities on the network dynamically. Never found a good programmable proxy with routing table API and always had to hand roll.
Or you can write the controlling program in the language of your choice and run it outside as an SPOA agent. Have a look at spoa_server which provides examples for Python and Lua.