aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_pools.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix a whole bunch of invalid version tests.jim-p2014-04-101-2/+2
|
* Fixup URLs:Renato Botelho2014-03-181-1/+1
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* haproxy-devel, integrated stats page with stick-table info WebGUIPiBa-NL2014-02-161-6/+2
|
* haproxy-devel,PiBa-NL2013-12-291-8/+9
| | | | | | | | -ability to NOT have a default_backend (if all frontends in a group use acl's) -allow selecting multiple certificates for a single frontend -support for configuring new 'agent-check' -refactoring of html row_helper(), javascript table editing, field definition -create 'valid' HTML (closing tags/javascript blocks/styles in head)
* haproxy-devel -add pkg shortcut and keep menus on backend/frontend editMarcello Coutinho2013-12-031-1/+1
|
* haproxy-devel, -made more consistent use of frontend/backend textPiBa-NL2013-11-281-8/+8
| | | | | | | | -show hints on add/delete/clone buttons -on frontend page show servers in a backend in a hint on the backend -fix html character display in interface box. -small 'config update' to externeladdress field for localhost/any/interfaceaddress to allow for a little easier update to latest version. -trigger 'apply button' after recalculating certificate chain if a reference was changed.
* 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-1/+0
| | | | | | | -Agent check (lb-agent-chk) -binding multiple port's -new try at including OpenSSL 1.0.1 -fix combining frontends
* haproxy-devel, add options for checking server healthPiBa-NL2013-04-071-66/+83
| | | | | -fix adding a new server -show advanced options icon in serverpool overview
* haproxy-develPiBa-NL2013-03-161-6/+3
| | | | | | | -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,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/+169
checking and/or SSL offloading.