aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_pool_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, small bugfixes.. maintain ssl checkbox selection, dont use ↵PiBa-NL2013-03-091-2/+2
| | | | 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-16/+36
| | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only.
* haproxy-devel,PiBa-NL2013-03-061-6/+7
| | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration.
* add option fore removing a server rowTorben Nielsen2013-03-041-0/+11
|
* add option for setting per backend advanced settings (current only takes pr ↵Torben Nielsen2013-03-041-3/+16
| | | | server)
* isnumeric(weight) is enough to check valid server weightTorben Nielsen2013-03-041-2/+1
|
* adjust layoutTorben Nielsen2013-03-041-4/+4
|
* haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-041-21/+239
| | | | | | | -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/+494
checking and/or SSL offloading.