aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_listeners_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.