HyMeRa Production

Selamat Datang, Welcome, Assalamu'alaikum ahlan wa sahlan, ようこそ , Hoan nghênh, Xush kelibsiz, Laskavo proschmo, Le amogetswe, ยินดีต้อนรับ, Maligayang pagdating, வாங்க, Wilkomme, Välkomna, Bienvenidos, Karibu, Dobrodošli, Vitajte, Добро пожаловать, Bun venit, Bem-vindos, Velkommen, tavtai morilogtun, Salve, Қош келдіңіз!, 환영합니다, Benvenuti/e, सवागत हैं, Willkommen, Bienvenue, Vítáme vás, 歡迎光臨, 欢迎光临, Добре заварили, Dobrodošli, (translation by omniglot.com)

Selasa, 22 Mei 2012

Linux > Free Download HAproxy 1.4.21 / 1.5-dev10

A high performance Web load balancer
HA-Proxy is a TCP/HTTP reverse proxy which is particularly suited for high
availability environments. Indeed, it can :

- route HTTP requests depending on statically assigned cookies ;
- spread the load among several servers while assuring server persistence through the use of HTTP cookies ;
- switch to backup servers in the event a main one fails ;
- accept connections to special ports dedicated to service monitoring ;
- stop accepting connections without breaking existing ones ;
- add/modify/delete HTTP headers both ways ;
- block requests matching a particular pattern ;

It needs very little resource. HAproxy it is event-driven architecture allows it to easily
handle thousands of simultaneous connections on hundreds of instances without risking the system's stability.

Start parameters

There are only a few command line options :

-f < configuration file >
-n < high limit for the total number of simultaneous connections >
-N < high limit for the per-proxy number of simultaneous connections >
-d starts in foregreound with debugging mode enabled
-D starts in daemon mode
-q disable messages on output
-V displays messages on output even when -q or 'quiet' are specified.
-c only checks config file and exits with code 0 if no error was found, or exits with code 1 if a syntax error was found.
-p < pidfile > asks the process to write down each of its children's pids to this file in daemon mode.
-s shows statistics (only if compiled in)
-l shows even more statistics (implies '-s')

The maximal number of connections per proxy is used as the default parameter for each instance for which the 'maxconn' paramter is not set in the 'listen' section.

The maximal number of total connections limits the number of connections used by the whole process if the 'maxconn' parameter is not set in the 'global' section.

The debugging mode has the same effect as the 'debug' option in the 'global' section. When the proxy runs in this mode, it dumps every connections, disconnections, timestamps, and HTTP headers to stdout. This should NEVER be used in an init script since it will prevent the system from starting up.

Statistics are only available if compiled in with the 'STATTIME' option. It's only used during code optimization phases.

Product's homepage
What's New in This Release: [ read full changelog ]

· http_auth_group was broken in dev9, and would only validate users without checking groups.
· The connection's destination address could not be fetched anymore, breaking dst ACL and transparent mode, among other things. "timeout tunnel" has been added for easier WebSocket configuration.
· A rework of the poller has brought a global performance increase of up to around 10%. Users of 1.5 should not use 1.5-dev9, and should switch to -dev10 instead.

Site Download Here 

Tidak ada komentar:

Posting Komentar

Hanya manusia yang berkomentar baik dan sopan. sedangkan hanya binatang yang berkomentar buruk dan tidak memikirkan perasaan dan tidak menghargai orang lain... Trima kasih....