Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
haproxy - HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
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
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| haproxy |
1.3.14.6 |
1.el5 |
src |
480 KiB |
Sun Jun 29 00:46:58 2008 |
| haproxy |
1.3.14.4 |
1.el5 |
src |
476 KiB |
Tue Apr 15 01:02:05 2008 |
Changelog
- * Sat Jun 28 18:00:00 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.6-2
- update to 1.3.14.6
- remove MIT license portion, that code was removed from upstream
- * Mon Apr 14 18:00:00 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.4-1
- update to 1.3.14.4
- fix reload command on init script
- * Mon Jan 21 17:00:00 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.2-1
- update to 1.3.14.2
- update make flags that changed with this upstream release
- added man page installation