haproxy-lua-http icon indicating copy to clipboard operation
haproxy-lua-http copied to clipboard

Simple Lua HTTP helper && client for use with HAProxy.

Results 2 haproxy-lua-http issues
Sort by recently updated
recently updated
newest added

Hi all, My environment : Centos 8 + haproxy-2.2.10 + lua-5.3.5 install from source following instruction : https://kifarunix.com/install-haproxy-on-rocky-linux-8/ I followed instruction at : https://www.authelia.com/docs/deployment/supported-proxies/haproxy.html global # Path to haproxy-lua-http, below...

The [Socket class](http://www.arpalert.org/src/haproxy-lua-api/2.4dev/index.html#socket-class) used for making connections supports connecting to UNIX sockets, by passing an address of e.g. `unix@/run/foo`. Right now, it's not possible to use this feature through the...