aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_pool_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, add options to set the 'errorfile' option to replace haproxy ↵PiBa-NL2014-12-161-0/+40
| | | | errors like 'no server available'
* haproxy-devel, allow transparent-client-ip using ipv6PiBa-NL2014-09-261-3/+4
|
* haproxy-devel, fix extra sni acl's, allow a ipalias to be entered for source ↵PiBa-NL2014-09-231-22/+5
| | | | ip filtering, update pfSense 2.2 binary, fix some php warnings
* haproxy-devel improvementsPiBa-NL2014-09-141-40/+137
| | | | | | | -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-3/+14
|
* Fix a whole bunch of invalid version tests.jim-p2014-04-101-2/+2
|
* Merge pull request #596 from PiBa-NL/hap_cleanup_helpErmal Luçi2014-03-191-14/+49
|\ | | | | 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-6/+2
| |
| * haproxy-devel, add some extra 'help' text and correction on source formating ↵PiBa-NL2014-02-181-9/+48
| | | | | | | | 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
* Merge pull request #592 from PiBa-NL/hap_stats2Ermal Luçi2014-02-181-34/+43
|\ | | | | haproxy-devel, explain and reduce required fields on stats settings
| * haproxy-devel, explain and reduce required fields on stats settingsPiBa-NL2014-02-171-34/+43
| |
* | haproxy-devel, option for "HTTP Strict Transport Security" HTSTPiBa-NL2014-02-171-0/+18
| |
* | haproxy-devel, configurable cookie and stick table session persistence optionsPiBa-NL2014-02-171-46/+158
|/
* haproxy-devel, integrated stats page with stick-table info WebGUIPiBa-NL2014-02-161-6/+2
|
* haproxy-devel,PiBa-NL2013-12-291-348/+152
| | | | | | | | -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-1/+16
|
* haproxy-devel, -made more consistent use of frontend/backend textPiBa-NL2013-11-281-6/+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-14/+7
| | | | | | | | -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 updated to version 1.5dev19, including support for ↵PiBa-NL2013-06-171-1/+1
| | | | 'transparent proxy'
* haproxy-devel, fix required fields a shared-backend, optional Force ↵PiBa-NL2013-05-241-1/+1
| | | | immediate stop of old process on reload, fix show memory usage.
* haproxy-devel added widget from external github tree made by by: jvorheesPiBa-NL2013-05-011-2/+33
| | | | | | | | | -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
* haproxy-devel, added support for combining acl'sPiBa-NL2013-04-141-2/+16
| | | | | | | -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-25/+107
| | | | | -fix adding a new server -show advanced options icon in serverpool overview
* advanced bind options, extended username/password characters+escaping, ↵PiBa-NL2013-03-271-7/+22
| | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* haproxy-develPiBa-NL2013-03-161-24/+29
| | | | | | | -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-1/+1
| | | | 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-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.