aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy.inc
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, - use a separate directory for testing the new configurationPiBa-NL2013-12-291-24/+28
| | | | - move "/usr/bin/limits" download to package installation
* haproxy-devel,PiBa-NL2013-12-291-76/+137
| | | | | | | | -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, -made more consistent use of frontend/backend textPiBa-NL2013-11-281-1/+24
| | | | | | | | -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-60/+20
| | | | | | | | -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-9/+31
| | | | httpclose/http-server-close/forceclose/none
* Merge pull request #517 from PiBa-NL/HAProxy_update_frontendname_referencesJim P2013-09-291-183/+74
|\ | | | | haproxy-devel, cleanup+use only settings from primary frontend, XMLRPC-Sync redesigned
| * haproxy-devel, XMLRPC-Sync redesigned, using the pfSense HASync settings for ↵PiBa-NL2013-09-291-157/+44
| | | | | | | | host/user/pass, with support for chaining multiple boxes.
| * haproxy-devel, cleanup+use only settings from primary frontend, including ↵PiBa-NL2013-09-221-26/+30
| | | | | | | | its name
* | fix (again) default backend selectionPiBa-NL2013-08-251-1/+1
| |
* | HAProxy-devel, fix default backend selectionPiBa-NL2013-08-031-5/+6
|/
* Fixed cosmetic table display bug in haproxy_listeners.php, and DOS newline ↵Paul Venezia2013-07-171-3/+4
| | | | bug in advanced passthru config writes in haproxy.inc
* haproxy-devel, 'transparent proxy' bugfix, proper interfaces initialized for ↵PiBa-NL2013-06-221-2/+8
| | | | ipfw
* Merge pull request #459 from PiBa-NL/haproxy-devel-2.1Jim P2013-06-171-0/+2
|\ | | | | haproxy-devel updated to version 1.5dev19, including support for 'transparent proxy'
| * haproxy-devel updated to version 1.5dev19, including support for ↵PiBa-NL2013-06-171-0/+2
| | | | | | | | 'transparent proxy'
* | Merge pull request #453 from PiBa-NL/haproxy-devel-2.1Ermal Luçi2013-05-301-8/+27
|\| | | | | haproxy-devel, fix required fields a shared-backend, optional Force immediate stop of old process on reload, fix show memory usage.
| * haproxy-devel, fix required fields a shared-backend, optional Force ↵PiBa-NL2013-05-241-8/+27
| | | | | | | | immediate stop of old process on reload, fix show memory usage.
* | Merge pull request #442 from PiBa-NL/haproxy-devel-2.1Jim P2013-05-011-13/+110
|\| | | | | haproxy-devel added widget from external github tree made by: jvorhees
| * haproxy-devel added widget from external github tree made by by: jvorheesPiBa-NL2013-05-011-13/+110
| | | | | | | | | | | | | | | | | | -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
* | Merge pull request #425 from PiBa-NL/haproxy-devel-2.1Jim P2013-04-131-52/+66
|\| | | | | haproxy-devel, added support for combining acl's,lb-agent-chk,multiple port's,openssl1.0.1
| * haproxy-devel, added support for combining acl'sPiBa-NL2013-04-141-52/+66
| | | | | | | | | | | | | | -Agent check (lb-agent-chk) -binding multiple port's -new try at including OpenSSL 1.0.1 -fix combining frontends
* | Merge pull request #420 from PiBa-NL/haproxy-devel-2.1Jim P2013-04-071-16/+86
|\| | | | | haproxy-devel, add options for checking server health
| * haproxy-devel, add options for checking server healthPiBa-NL2013-04-071-16/+86
| | | | | | | | | | -fix adding a new server -show advanced options icon in serverpool overview
* | Add newline at cert concatMax Mack2013-04-021-1/+1
|/ | | | | | | | | | | | I got an error that haproxy can't load the cert. I looked into it and saw that the two parts are concationated together without a newline. Wrong: -----END CERTIFICATE----------BEGIN RSA PRIVATE KEY----- Correct: -----END CERTIFICATE-----\r\n -----BEGIN RSA PRIVATE KEY----- It works for me now...
* advanced bind options, extended username/password characters+escaping, ↵PiBa-NL2013-03-271-13/+29
| | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* haproxy-develPiBa-NL2013-03-161-15/+55
| | | | | | | -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-14/+124
| | | | 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-7/+32
| | | | 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-11/+29
| | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only.
* haproxy-devel,PiBa-NL2013-03-061-11/+29
| | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration.
* add option for setting per backend advanced settings (current only takes pr ↵Torben Nielsen2013-03-041-0/+10
| | | | server)
* haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-041-32/+25
| | | | | | | -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-131/+511
| | | | checking and/or SSL offloading.
* haproxy-devel - package version to haproxy 1.5 devel with ssl offloadingmarcelloc2013-02-221-0/+440