summaryrefslogtreecommitdiff
path: root/network/haproxy/README
diff options
context:
space:
mode:
authorBadchay <badchay@protonmail.com>2022-04-16 04:49:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:12:45 +0700
commit61d912f9e6de95044e7602f44591c409d0efd377 (patch)
tree270e7bf1c718aea80055ddafaf5e9c527c84d234 /network/haproxy/README
parent3ba51ec5d0f1d7e6397b933482b8875b1874cc8e (diff)
downloadslackbuilds-61d912f9e6de95044e7602f44591c409d0efd377.tar.gz
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>
Diffstat (limited to 'network/haproxy/README')
-rw-r--r--network/haproxy/README16
1 files changed, 10 insertions, 6 deletions
diff --git a/network/haproxy/README b/network/haproxy/README
index 07e6de7b37..cef76252a9 100644
--- a/network/haproxy/README
+++ b/network/haproxy/README
@@ -1,11 +1,15 @@
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.
+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.
+/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.
+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.