aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed cosmetic table display bug in haproxy_listeners.php, and DOS newline ↵Paul Venezia2013-07-171-3/+4
| | | | bug in advanced passthru config writes in haproxy.inc
* haproxy-devel, 'transparent proxy' bugfix, proper interfaces initialized for ↵PiBa-NL2013-06-221-2/+8
| | | | ipfw
* Merge pull request #459 from PiBa-NL/haproxy-devel-2.1Jim P2013-06-171-0/+2
|\ | | | | haproxy-devel updated to version 1.5dev19, including support for 'transparent proxy'
| * haproxy-devel updated to version 1.5dev19, including support for ↵PiBa-NL2013-06-171-0/+2
| | | | | | | | 'transparent proxy'
* | Merge pull request #453 from PiBa-NL/haproxy-devel-2.1Ermal Luçi2013-05-301-8/+27
|\| | | | | 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-NL2013-05-241-8/+27
| | | | | | | | immediate stop of old process on reload, fix show memory usage.
* | Merge pull request #442 from PiBa-NL/haproxy-devel-2.1Jim P2013-05-011-13/+110
|\| | | | | 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-011-13/+110
| | | | | | | | | | | | | | | | | | -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-131-52/+66
|\| | | | | 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-141-52/+66
| | | | | | | | | | | | | | -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-071-16/+86
|\| | | | | haproxy-devel, add options for checking server health
| * haproxy-devel, add options for checking server healthPiBa-NL2013-04-071-16/+86
| | | | | | | | | | -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-271-13/+29
| | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* haproxy-develPiBa-NL2013-03-161-15/+55
| | | | | | | -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-141-14/+124
| | | | that a lot of settings are not needed for 'secondary' frontends.
* haproxy-devel, small bugfixes.. maintain ssl checkbox selection, dont use ↵PiBa-NL2013-03-091-7/+32
| | | | 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-081-11/+29
| | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only.
* haproxy-devel,PiBa-NL2013-03-061-11/+29
| | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration.
* add option for setting per backend advanced settings (current only takes pr ↵Torben Nielsen2013-03-041-0/+10
| | | | server)
* haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-041-32/+25
| | | | | | | -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-021-131/+511
| | | | checking and/or SSL offloading.
* haproxy-devel - package version to haproxy 1.5 devel with ssl offloadingmarcelloc2013-02-221-0/+440