aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_listeners.php
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel added widget from external github tree made by by: jvorheesPiBa-NL2013-05-011-7/+1
| | | | | | | | | -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
* haproxy-devel, added support for combining acl'sPiBa-NL2013-04-141-13/+22
| | | | | | | -Agent check (lb-agent-chk) -binding multiple port's -new try at including OpenSSL 1.0.1 -fix combining frontends
* haproxy-develPiBa-NL2013-03-161-6/+12
| | | | | | | -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-68/+100
| | | | that a lot of settings are not needed for 'secondary' frontends.
* haproxy-devel,PiBa-NL2013-03-061-2/+8
| | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration.
* haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-041-1/+3
| | | | | | | -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-0/+172
checking and/or SSL offloading.