aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #444 from PiBa-NL/haproxy-devel-2.1Jim P2013-05-054-41/+95
|\ | | | | haproxy-devel, widget, added widget-configuration settings, fixed showing client traffic.
| * haproxy-devel, widget, added widget-configuration settings, fixed retrieving ↵PiBa-NL2013-05-054-41/+95
| | | | | | | | client traffic.
* | Merge pull request #443 from PiBa-NL/haproxy-devel-2.1Jim P2013-05-013-0/+363
|\| | | | | haproxy-devel, add widget files.
| * haproxy-devel, add widget files..PiBa-NL2013-05-013-0/+363
| |
* | Merge pull request #442 from PiBa-NL/haproxy-devel-2.1Jim P2013-05-016-36/+161
|\| | | | | haproxy-devel added widget from external github tree made by: jvorhees
| * haproxy-devel added widget from external github tree made by by: jvorheesPiBa-NL2013-05-016-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.1Jim P2013-04-136-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'sPiBa-NL2013-04-146-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.1Jim P2013-04-074-123/+276
|\| | | | | haproxy-devel, add options for checking server health
| * haproxy-devel, add options for checking server healthPiBa-NL2013-04-074-123/+276
| | | | | | | | | | -fix adding a new server -show advanced options icon in serverpool overview
* | Add newline at cert concatMax Mack2013-04-021-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-NL2013-03-274-25/+67
| | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* haproxy-develPiBa-NL2013-03-166-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-NL2013-03-144-112/+287
| | | | that a lot of settings are not needed for 'secondary' frontends.
* haproxy-devel, small bugfixes.. maintain ssl checkbox selection, dont use ↵PiBa-NL2013-03-093-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-NL2013-03-083-63/+90
| | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only.
* haproxy-devel,PiBa-NL2013-03-066-36/+89
| | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration.
* haproxy-devel, enable ssl selection box.PiBa-NL2013-03-051-4/+5
|
* this currently fails so disable for nowTorben Nielsen2013-03-041-2/+2
|
* add option fore removing a server rowTorben Nielsen2013-03-041-0/+11
|
* add option for setting per backend advanced settings (current only takes pr ↵Torben Nielsen2013-03-042-3/+26
| | | | server)
* isnumeric(weight) is enough to check valid server weightTorben Nielsen2013-03-041-2/+1
|
* adjust layoutTorben Nielsen2013-03-041-4/+4
|
* haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-045-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-NL2013-03-029-1074/+1510
| | | | checking and/or SSL offloading.
* haproxy-devel - package version to haproxy 1.5 devel with ssl offloadingmarcelloc2013-02-228-0/+2628