Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix (again) default backend selection | PiBa-NL | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | haproxy-devel fix displaying shared frontends in a grouped manner. | PiBa-NL | 2013-08-04 | 1 | -77/+79 |
| | | | | +changed names of frontend variables to frontend (instead of backend) | ||||
* | HAProxy-devel, fix default backend selection | PiBa-NL | 2013-08-03 | 1 | -5/+6 |
| | |||||
* | Fixed cosmetic table display bug in haproxy_listeners.php, and DOS newline ↵ | Paul Venezia | 2013-07-17 | 2 | -4/+5 |
| | | | | bug in advanced passthru config writes in haproxy.inc | ||||
* | haproxy-devel, 'transparent proxy' bugfix, proper interfaces initialized for ↵ | PiBa-NL | 2013-06-22 | 1 | -2/+8 |
| | | | | ipfw | ||||
* | Merge pull request #459 from PiBa-NL/haproxy-devel-2.1 | Jim P | 2013-06-17 | 2 | -1/+3 |
|\ | | | | | haproxy-devel updated to version 1.5dev19, including support for 'transparent proxy' | ||||
| * | haproxy-devel updated to version 1.5dev19, including support for ↵ | PiBa-NL | 2013-06-17 | 2 | -1/+3 |
| | | | | | | | | 'transparent proxy' | ||||
* | | Merge pull request #453 from PiBa-NL/haproxy-devel-2.1 | Ermal Luçi | 2013-05-30 | 4 | -23/+61 |
|\| | | | | | haproxy-devel, fix required fields a shared-backend, optional Force immediate stop of old process on reload, fix show memory usage. | ||||
| * | haproxy-devel, fix required fields a shared-backend, optional Force ↵ | PiBa-NL | 2013-05-24 | 4 | -23/+61 |
| | | | | | | | | immediate stop of old process on reload, fix show memory usage. | ||||
* | | Merge pull request #444 from PiBa-NL/haproxy-devel-2.1 | Jim P | 2013-05-05 | 4 | -41/+95 |
|\| | | | | | haproxy-devel, widget, added widget-configuration settings, fixed showing client traffic. | ||||
| * | haproxy-devel, widget, added widget-configuration settings, fixed retrieving ↵ | PiBa-NL | 2013-05-05 | 4 | -41/+95 |
| | | | | | | | | client traffic. | ||||
* | | Merge pull request #443 from PiBa-NL/haproxy-devel-2.1 | Jim P | 2013-05-01 | 3 | -0/+363 |
|\| | | | | | haproxy-devel, add widget files. | ||||
| * | haproxy-devel, add widget files.. | PiBa-NL | 2013-05-01 | 3 | -0/+363 |
| | | |||||
* | | Merge pull request #442 from PiBa-NL/haproxy-devel-2.1 | Jim P | 2013-05-01 | 6 | -36/+161 |
|\| | | | | | haproxy-devel added widget from external github tree made by: jvorhees | ||||
| * | haproxy-devel added widget from external github tree made by by: jvorhees | PiBa-NL | 2013-05-01 | 6 | -36/+161 |
| | | | | | | | | | | | | | | | | | | -widget, Source: https://github.com/jvorhees/pfsense/tree/master/Widgets/Haproxy -widget, dropped socat requirement -widget, improved enabling/disabling server abilities -support configuration of transparent proxying (though currently disabled) -fix for default http check -better startup error checks | ||||
* | | Merge pull request #425 from PiBa-NL/haproxy-devel-2.1 | Jim P | 2013-04-13 | 6 | -121/+151 |
|\| | | | | | haproxy-devel, added support for combining acl's,lb-agent-chk,multiple port's,openssl1.0.1 | ||||
| * | haproxy-devel, added support for combining acl's | PiBa-NL | 2013-04-14 | 6 | -121/+151 |
| | | | | | | | | | | | | | | -Agent check (lb-agent-chk) -binding multiple port's -new try at including OpenSSL 1.0.1 -fix combining frontends | ||||
* | | Merge pull request #420 from PiBa-NL/haproxy-devel-2.1 | Jim P | 2013-04-07 | 4 | -123/+276 |
|\| | | | | | haproxy-devel, add options for checking server health | ||||
| * | haproxy-devel, add options for checking server health | PiBa-NL | 2013-04-07 | 4 | -123/+276 |
| | | | | | | | | | | -fix adding a new server -show advanced options icon in serverpool overview | ||||
* | | Add newline at cert concat | Max Mack | 2013-04-02 | 1 | -1/+1 |
|/ | | | | | | | | | | | | I got an error that haproxy can't load the cert. I looked into it and saw that the two parts are concationated together without a newline. Wrong: -----END CERTIFICATE----------BEGIN RSA PRIVATE KEY----- Correct: -----END CERTIFICATE-----\r\n -----BEGIN RSA PRIVATE KEY----- It works for me now... | ||||
* | advanced bind options, extended username/password characters+escaping, ↵ | PiBa-NL | 2013-03-27 | 4 | -25/+67 |
| | | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options. | ||||
* | haproxy-devel | PiBa-NL | 2013-03-16 | 6 | -65/+114 |
| | | | | | | | -allow advanced configuration like a cookie per backend-server -show if ACLs have been used in the overview -fixed global advanced option saving -show all certificates, as filtering server certs didn't work properly.. | ||||
* | haproxy-devel, made frontend merging in such a way that it is more obvious ↵ | PiBa-NL | 2013-03-14 | 4 | -112/+287 |
| | | | | that a lot of settings are not needed for 'secondary' frontends. | ||||
* | haproxy-devel, small bugfixes.. maintain ssl checkbox selection, dont use ↵ | PiBa-NL | 2013-03-09 | 3 | -12/+49 |
| | | | | httpcheck for ssl backends, use req_ssl_hello_type for https with SNI acl's. | ||||
* | haproxy-devel, ssl backend support, X-Forwarded-Proto, server states ↵ | PiBa-NL | 2013-03-08 | 3 | -63/+90 |
| | | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only. | ||||
* | haproxy-devel, | PiBa-NL | 2013-03-06 | 6 | -36/+89 |
| | | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration. | ||||
* | haproxy-devel, enable ssl selection box. | PiBa-NL | 2013-03-05 | 1 | -4/+5 |
| | |||||
* | this currently fails so disable for now | Torben Nielsen | 2013-03-04 | 1 | -2/+2 |
| | |||||
* | add option fore removing a server row | Torben Nielsen | 2013-03-04 | 1 | -0/+11 |
| | |||||
* | add option for setting per backend advanced settings (current only takes pr ↵ | Torben Nielsen | 2013-03-04 | 2 | -3/+26 |
| | | | | server) | ||||
* | isnumeric(weight) is enough to check valid server weight | Torben Nielsen | 2013-03-04 | 1 | -2/+1 |
| | |||||
* | adjust layout | Torben Nielsen | 2013-03-04 | 1 | -4/+4 |
| | |||||
* | haproxy-devel, improvements (but 'breaks' parts current config) | PiBa-NL | 2013-03-04 | 5 | -348/+424 |
| | | | | | | | -moved the 'backend' config fields to page where they make more sense without "magic merging" of frontend settings.. -certificate can now be chosen from certificate manager certificates to find any 'config problems' run "haproxy -c -V -f /var/etc/haproxy.cfg" on a console/ssh session | ||||
* | haproxy-devel, make it work and include the possibility for both SNI ↵ | PiBa-NL | 2013-03-02 | 9 | -1074/+1510 |
| | | | | checking and/or SSL offloading. | ||||
* | haproxy-devel - package version to haproxy 1.5 devel with ssl offloading | marcelloc | 2013-02-22 | 8 | -0/+2628 |