On Thu, May 22, 2014 at 1:39 PM, Matt . <yamakasi....@gmail.com> wrote:
> Hi All,
>
> I'm looking for a solution that I can add domain redirects, or actually a
> transparent proxy redirect to the config by using an API or grabbing it form
> a MySQL Database.
>
> All other configs could be static but only these should be added and deleted
> "on the fly".
>
> Is this possible in some way ?
>
> Thanks!
>
> Matt



Hi,

Recent features in HAProxy may allow you to do this. You can modify
content in memory (map and stick tables) using the UNIX socket or HTTP
headers.
Then you can use content of a map to perform the redirect.
What type of redirection do you want to do exactly?

Baptiste

Reply via email to