aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_listeners.php
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵PiBa-NL2015-02-071-2/+4
| | | | certificate handling, checkbox options for allowing no/invalid client certs instead of the 'none'-ca which wasn't 'user friendly'.
* haproxy-devel, several improvements / fixes:PiBa-NL2015-02-021-21/+76
| | | | | | | | | -combine certificate acl's with user acl's -wildcard certificate acl handling -better handeling of 'transparent' backends when using mixed ipv4 and ipv6, a single defined backend can write 2 backends to the config ipv4 / ipv6 -option to negate a acl -moved acl definitions above advanced user config in cfg (to allow user config to use already defined acls) -toggle in frontend overview to easily enable/disable a frontend
* haproxy-devel, fix saving errorfiles from errorfiles tab, fix write ↵PiBa-NL2014-12-291-1/+2
| | | | 'tcp-request content' before 'use_backend', fix hint text for a backend without servers, stats now give better description if disabled/unavailable, moved templates to their own tab
* haproxy-devel, remove old listen ip:port configuration, add conversion code.PiBa-NL2014-12-041-4/+31
|
* haproxy-devel, fix extra sni acl's, allow a ipalias to be entered for source ↵PiBa-NL2014-09-231-5/+7
| | | | ip filtering, update pfSense 2.2 binary, fix some php warnings
* haproxy-devel improvementsPiBa-NL2014-09-141-10/+14
| | | | | | | -server certificate check options -client-certificate support -logging options -unix sockets for faster backend>frontend communication
* Fix a whole bunch of invalid version tests.jim-p2014-04-101-2/+2
|
* haproxy-devel, consistent fronted type usage across secondary backends, and ↵PiBa-NL2014-04-071-5/+9
| | | | showing correct acl's in overview.
* Merge pull request #596 from PiBa-NL/hap_cleanup_helpErmal Luçi2014-03-191-2/+2
|\ | | | | haproxy-devel, add some extra 'help' text and correction on source formating tabs
| * haproxy-devel, support for port-aliasses, using htmlspecialchars where neededPiBa-NL2014-03-141-2/+2
| |
* | Merge pull request #594 from PiBa-NL/hap_acl_checksErmal Luçi2014-03-191-4/+0
|\ \ | | | | | | haproxy-devel, use same checks to show if acl's are used and for writing the configuration file
| * | haproxy-devel, use same checks to show if acl's are used and for writing the ↵PiBa-NL2014-02-181-4/+0
| |/ | | | | | | configuration file
* / 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-14/+30
| | | | | | | | -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/+19
| | | | | | | | -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-develPiBa-NL2013-11-211-3/+4
| | | | | | | | -better IPv6 support -use certificate chains where available -new interface selections to listen on instead of only wan,VIPs,any,local -option to recalculate certificate chain links -show shared frontend option only when another primary frontend is present
* haproxy-devel, allow selecting between ↵PiBa-NL2013-11-101-2/+2
| | | | httpclose/http-server-close/forceclose/none
* haproxy-devel fix displaying shared frontends in a grouped manner.PiBa-NL2013-08-041-77/+79
| | | | +changed names of frontend variables to frontend (instead of backend)
* Fixed cosmetic table display bug in haproxy_listeners.php, and DOS newline ↵Paul Venezia2013-07-171-1/+1
| | | | bug in advanced passthru config writes in haproxy.inc
* 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.