Logoj0ke.net Open Build Service > Projects > home:jg > haproxy > Meta
Sign Up | Log In

Meta Configuration of Package haproxy

x
 
1
<package name="haproxy" project="home:jg">
2
  <title>HA-Proxy is a TCP/HTTP reverse proxy for high availability environments </title>
3
  <description>HA-Proxy is a TCP/HTTP reverse proxy which is particularly suited for high
4
availability environments. Indeed, it can:
5
- route HTTP requests depending on statically assigned cookies
6
- spread the load among several servers while assuring server persistence
7
  through the use of HTTP cookies
8
- switch to backup servers in the event a main one fails
9
- accept connections to special ports dedicated to service monitoring
10
- stop accepting connections without breaking existing ones
11
- add/modify/delete HTTP headers both ways
12
- block requests matching a particular pattern
13
14
It needs very little resource. Its event-driven architecture allows it to easily
15
handle thousands of simultaneous connections on hundreds of instances without
16
risking the system's stability.
17
</description>
18
  <person userid="jg" role="maintainer"/>
19
  <build>
20
    <disable repository="CentOS_4"/>
21
    <enable repository="CentOS_5"/>
22
    <enable repository="Fedora_6"/>
23
    <enable repository="Fedora_7"/>
24
    <disable repository="openSUSE_11.0"/>
25
  </build>
26
</package>
27