From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FD4D138AE9 for ; Sun, 26 Nov 2017 23:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 793D1E0F19; Sun, 26 Nov 2017 23:23:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E07E0F16 for ; Sun, 26 Nov 2017 23:23:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4656933FE60 for ; Sun, 26 Nov 2017 23:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5F0EA8BB for ; Sun, 26 Nov 2017 23:23:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1511738571.70932898d1d2be67eb35cd413054a42e2d8f2fe4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy/metadata.xml X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 70932898d1d2be67eb35cd413054a42e2d8f2fe4 X-VCS-Branch: master Date: Sun, 26 Nov 2017 23:23:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f4f43bc-94c0-4648-9233-c1ff8ff8494b X-Archives-Hash: 3860a9232530694a6e99df7fb71233a4 commit: 70932898d1d2be67eb35cd413054a42e2d8f2fe4 Author: David Seifert gentoo org> AuthorDate: Sun Nov 26 12:51:03 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 26 23:22:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70932898 net-proxy/haproxy: [QA] Consistent whitespace in metadata.xml net-proxy/haproxy/metadata.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/net-proxy/haproxy/metadata.xml b/net-proxy/haproxy/metadata.xml index ddb31ac2bb8..017b2b8ad09 100644 --- a/net-proxy/haproxy/metadata.xml +++ b/net-proxy/haproxy/metadata.xml @@ -6,17 +6,17 @@ Christian Ruppert -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. + 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. -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 -Its event-driven architecture allows it to easily handle thousands of simultaneous connections on hundreds of instances without risking the system's stability. + 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 + Its event-driven architecture allows it to easily handle thousands of simultaneous connections on hundreds of instances without risking the system's stability. Enable network namespace support (CONFIG_NET_NS)