aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_listeners_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵PiBa-NL2015-02-071-23/+65
| | | | 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-20/+33
| | | | | | | | | -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, add options to set the 'errorfile' option to replace haproxy ↵PiBa-NL2014-12-161-1/+4
| | | | errors like 'no server available'
* haproxy-devel, remove old listen ip:port configuration, add conversion code.PiBa-NL2014-12-041-27/+63
|
* haproxy-devel, option to listen on multiple ip's ports in each frontendPiBa-NL2014-11-201-2/+48
|
* haproxy-devel improvementsPiBa-NL2014-09-141-10/+118
| | | | | | | -server certificate check options -client-certificate support -logging options -unix sockets for faster backend>frontend communication
* Fix call-time pass by reference for haproxy-devel packageRenato Botelho2014-06-201-1/+5
|
* Fix a whole bunch of invalid version tests.jim-p2014-04-101-2/+2
|
* haproxy-devel, fix showing wrong type of acl's when the primary frontend ↵PiBa-NL2014-04-071-4/+11
| | | | switched
* Merge pull request #596 from PiBa-NL/hap_cleanup_helpErmal Luçi2014-03-191-9/+12
|\ | | | | 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-5/+9
| |
| * haproxy-devel, add some extra 'help' text and correction on source formating ↵PiBa-NL2014-02-181-5/+4
| | | | | | | | tabs
* | 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, type in var: excludefrontent > excludefrontendPiBa-NL2014-03-131-2/+2
| |
* | haproxy-devel,PiBa-NL2014-03-061-7/+9
|/ | | | | -fix sslcheckbox that was automatically turning on when editing -allow 2nd clones to be linked to the original primary frontend when making them shared
* haproxy-devel, integrated stats page with stick-table info WebGUIPiBa-NL2014-02-161-6/+2
|
* Small JS fix for haproxy-devel, fix version & bump slightly.jim-p2014-01-211-3/+5
|
* haproxy-devel,PiBa-NL2013-12-291-324/+148
| | | | | | | | -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-2/+15
|
* haproxy-devel, grammar/spelling corrections. thanks phil-davisPiBa-NL2013-11-281-1/+1
|
* haproxy-devel, -made more consistent use of frontend/backend textPiBa-NL2013-11-281-3/+6
| | | | | | | | -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-17/+12
| | | | | | | | -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-5/+12
| | | | httpclose/http-server-close/forceclose/none
* haproxy-devel, fix showing ssl offloading optionsPiBa-NL2013-10-021-7/+0
|
* HAProxy-devel update frontend name references, for shared frontends.PiBa-NL2013-09-221-0/+9
|
* haproxy-devel, fix required fields a shared-backend, optional Force ↵PiBa-NL2013-05-241-10/+19
| | | | immediate stop of old process on reload, fix show memory usage.
* haproxy-devel, added support for combining acl'sPiBa-NL2013-04-141-49/+45
| | | | | | | -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-16/+0
| | | | | -fix adding a new server -show advanced options icon in serverpool overview
* advanced bind options, extended username/password characters+escaping, ↵PiBa-NL2013-03-271-3/+11
| | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* haproxy-develPiBa-NL2013-03-161-6/+10
| | | | | | | -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-29/+62
| | | | 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-3/+15
| | | | 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-36/+25
| | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only.
* haproxy-devel,PiBa-NL2013-03-061-13/+29
| | | | | -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
|
* haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-041-293/+154
| | | | | | | -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/+891
checking and/or SSL offloading.