slackbuilds_ponce/network/haproxy/README
Badchay 61d912f9e6
network/haproxy: Updated for version 2.5.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-16 12:12:45 +07:00

15 lines
693 B
Text

HAProxy is a free, very fast and reliable solution offering high
availability, load balancing, and proxying for TCP and HTTP-based
applications. It is particularly suited for very high traffic web sites.
Note that a default configuration file is no longer provided at
/etc/haproxy/haproxy.cfg. See /usr/doc/haproxy-*/examples
for some sample configuration files. The directory also contains
example files for logging.
lua53 is an optional dependency for HAProxy.
Pass LUA=yes to this script to enable lua support.
This HAProxy package is compiled with Perl Compatible
Regular Expressions (PCRE) version 2 by default.
If you want to use PCRE version 1, pass OLDPCRE=yes to this script.