aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/pkg
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, fix dns resolving dns_get_record does not properly resolve if ↵PiBa-NL2015-06-241-18/+23
| | | | not all requested types are present..
* haproxy-devel, dont send the root CA cert to clients when using ↵PiBa-NL2015-06-201-6/+11
| | | | | | | ssl-offloading, its not needed. -cipher example and HSTS textual addition -another try to include lua for haproxy1.6dev package binary
* haproxy-devel, code formatting & skip dns_get_record when nothing is requested.PiBa-NL2015-05-251-5/+11
|
* haprxy-devel, replace dig/drill by php native dns_get_recordPiBa-NL2015-05-251-16/+19
|
* haproxy-devel, replace exec(chmod..) by native phpPiBa-NL2015-05-251-2/+2
|
* haproxy-devel, use unlink_if_exists instead of exec(rm ..)PiBa-NL2015-05-251-2/+2
|
* haproxy-devel, new functionality SSL OCSP stapling for haproxyPiBa-NL2015-05-242-8/+179
| | | | -fix server dns resolving in case a CNAME is used.
* Replace all calls to make_dirs() by mkdir with mode 0755 and recursive enabledRenato Botelho2015-05-051-3/+3
|
* 2.3+ won't use PBI anymoreRenato Botelho2015-04-231-1/+7
|
* haproxy 1.5, bump version on 2.2 to 1.5.11, move advanced settings below ↵PiBa-NL2015-04-031-10/+10
| | | | forwardfor to avoid a (possible) warning
* haproxy-1_5, haproxy-devel, pkg v0.22 fix SNI handling inspect-delay 5s ↵PiBa-NL2015-03-161-3/+3
| | | | instead if 5ms, show 'not' in acls when set
* haproxy-devel, allow haproxy to use the same certificate as what is used for ↵PiBa-NL2015-03-081-1/+1
| | | | the webgui when it has been configured with a 'real' certificate
* haproxy-devel, move files to subfoldersPiBa-NL2015-02-216-0/+3262
|
* haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵PiBa-NL2015-02-101-0/+14
| | | | carp-monitor config
* haproxy-devel, 0.17, acl's are merged when duplicates exist, better client ↵PiBa-NL2015-02-071-0/+16
| | | | 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-0/+174
-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