Hello, its not a dumb question, because all of this is a little bit confused.
Lua is a programation language. The basics of the labguage and the main API are avalaible on the web site: http://www.lua.org/ More precisely the manual according with the Lua version in use in Haproxy is here: http://www.lua.org/manual/5.3/ For Lua use wth HAProxy, only the chapters 1, 2, 3 and 6 are useful. HAProxy provides a lot of class which permit to manipulate stream, request and all the HAProxy componants. Theses classes are described here: http://www.arpalert.org/src/haproxy-lua-api/1.6dev/index.html Some complements, like how loading Lua file are in the HAProxy configuration manual: https://cbonte.github.io/haproxy-dconv/configuration-1.6.html Thierry On Wed, 30 Sep 2015 10:25:49 +0100 Kobus Bensch <[email protected]> wrote: > Ignore this, I found what I was looking for. > > On 30/09/2015 10:16, Kobus Bensch wrote: > > Hi > > > > I have been seeing a lot of LUA posts and wanted to read up on it. Is > > this the right site: http://www.lua.org/ > > > > I am aware of the API docs at > > http://www.arpalert.org/src/haproxy-lua-api/1.6dev/index.html, but > > wanted to read a bit more and Google returned a rather long list of > > potential sites. > > > > Apologies if this is a bit of a dumb question, but I did not want to > > go read something just to find out later that it is completely the > > wrong stuff. > > > > Thank you > > > > Kobus > > -- > > Kobus Bensch Trustpay Global LTD email signature Kobus Bensch > > Senior Systems Administrator > > Address: 22 & 24 | Frederick Sanger Road | Guildford | Surrey | GU2 7YD > > DDI: 0207 871 3958 > > Tel: 0207 871 3890 > > Email: [email protected] > > <mailto:[email protected]> > > -- > Kobus Bensch Trustpay Global LTD email signature Kobus Bensch > Senior Systems Administrator > Address: 22 & 24 | Frederick Sanger Road | Guildford | Surrey | GU2 7YD > DDI: 0207 871 3958 > Tel: 0207 871 3890 > Email: [email protected] > <mailto:[email protected]> > > -- > > > Trustpay Global Limited is an authorised Electronic Money Institution > regulated by the Financial Conduct Authority registration number 900043. > Company No 07427913 Registered in England and Wales with registered address > 130 Wood Street, London, EC2V 6DL, United Kingdom. > > For further details please visit our website at www.trustpayglobal.com. > > The information in this email and any attachments are confidential and > remain the property of Trustpay Global Ltd unless agreed by contract. It is > intended solely for the person to whom or the entity to which it is > addressed. If you are not the intended recipient you may not use, disclose, > copy, distribute, print or rely on the content of this email or its > attachments. If this email has been received by you in error please advise > the sender and delete the email from your system. Trustpay Global Ltd does > not accept any liability for any personal view expressed in this message.

