有haproxy开发指南吗?

Is there any haproxy development guide?

Haproxy 没有任何开发指南供初学者入门,这不是很奇怪吗?比如在大学里,我要修改HA,但是我在网上找到的大部分内容都是haproxy的配置,但是如何开始开发,我找不到任何参考资料。 也许有人知道从哪里获得这些信息?虽然他们的 repo 中几乎对每个方法都有总结,但如果有更广泛的解释,那就更好了。

发件人:https://github.com/haproxy/haproxy

The more detailed documentation is located into the doc/ directory :

  • doc/intro.txt for a quick introduction on HAProxy
  • doc/configuration.txt for the configuration's reference manual
  • doc/lua.txt for the Lua's reference manual
  • doc/SPOE.txt for how to use the SPOE engine
  • doc/network-namespaces.txt for how to use network namespaces under Linux
  • doc/management.txt for the management guide
  • doc/regression-testing.txt for how to use the regression testing suite
  • doc/peers.txt for the peers protocol reference
  • doc/coding-style.txt for how to adopt HAProxy's coding style
  • doc/internals for developer-specific documentation (not all up to date)

也许你想从 doc/internals

开始