Tiny Core Extensions > TCE 2.x
haproxy
Jason W:
Thanks to evofx for:
--- Code: ---Title: haproxy.tcz
Description: HAProxy - Layer 7 Load Balancer
Version: 1.3.21
Author: Willy Tarreau
Original-site: http://haproxy.1wt.eu/
Copying-policy: GPL v2
Size: 128KB
Extension_by: evofx
Comments: ipvs-2.6.29.1-tinycore is optional improve perfromance via tcp splicing.
This extension is PPI Compatible.
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 web sites crawling under very high loads while
needing persistence or Layer7 processing. Supporting tens of thousands of
connections is clearly realistic with todays hardware. Its mode of operation
makes its integration into existing architectures very easy and riskless, while
still offering the possibility not to expose fragile web servers to the Net.
Change-log: 2009/10/16 Original
Current: 2009/10/16 Original
--- End code ---
Adam:
Is HAProxy still available on TCL? It's good to have it in my TCL lab.
--- Quote ---tc@box:~$ tce-load -wi haproxy.tcz
/usr/bin/tce-load: line 212: can't create /tmp/appserr: Permission denied
Downloading: haproxy.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: haproxy.tcz.md5.txt: No such file or directory
Error on haproxy.tcz
/usr/bin/tce-load: line 273: can't create /tmp/appserr: Permission denied
tc@box:~$
--- End quote ---
Rich:
Hi Adam
This extension announcement was for TC2. The TC4 repository contains the same extension as it was originally released.
Seeing as it has no dependencies, you could try downloading it from:
http://tinycorelinux.net/4.x/x86/tcz/haproxy.tcz
and see if it runs for you.
Adam:
--- Quote from: Rich on June 15, 2017, 11:46:36 PM ---Hi Adam
This extension announcement was for TC2. The TC4 repository contains the same extension as it was originally released.
Seeing as it has no dependencies, you could try downloading it from:
http://tinycorelinux.net/4.x/x86/tcz/haproxy.tcz
and see if it runs for you.
--- End quote ---
Thanks Rich. It works :)
--- Quote ---tc@box:~$ wget http://tinycorelinux.net/4.x/x86/tcz/haproxy.tcz
Connecting to tinycorelinux.net (89.22.99.37:80)
haproxy.tcz 100% |******************************************************************************************************************| 144k 0:00:00 ETA
tc@box:~$
tc@box:~$ tce-load -i haproxy.tcz
/usr/bin/tce-load: line 212: can't create /tmp/appserr: Permission denied
haproxy.tcz: OK
tc@box:~$
tc@box:~$ haproxy
HA-Proxy version 1.3.21 2009/10/12
Copyright 2000-2009 Willy Tarreau <w@1wt.eu>
Usage : haproxy [-f <cfgfile>]* [ -vdVD ] [ -n <maxconn> ] [ -N <maxpconn> ]
[ -p <pidfile> ] [ -m <max megs> ]
-v displays version ; -vv shows known build options.
-d enters debug mode ; -db only disables background mode.
-V enters verbose mode (disables quiet mode)
-D goes daemon
-q quiet mode : don't display messages
-c check mode : only check config files and exit
-n sets the maximum total # of connections (2000)
-m limits the usable amount of memory (in MB)
-N sets the default, per-proxy maximum # of connections (2000)
-p writes pids of all children to this file
-de disables epoll() usage even when available
-ds disables speculative epoll() usage even when available
-dp disables poll() usage even when available
-sf/-st [pid ]* finishes/terminates old pids. Must be last arguments.
tc@box:~$ haproxy -v
HA-Proxy version 1.3.21 2009/10/12
Copyright 2000-2009 Willy Tarreau <w@1wt.eu>
tc@box:~$
--- End quote ---
Juanito:
posted to tc-8.x x86 repo
Navigation
[0] Message Index
[#] Next page
Go to full version