aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy.inc
Commit message (Collapse)AuthorAgeFilesLines
* haproxy-devel, on a new install a 'corrupted' empty array was created by the ↵PiBa-NL2014-04-031-3/+2
| | | | configuration conversion process.
* haproxy-devel, use 'global' so array values are loaded when writing config ↵PiBa-NL2014-03-191-0/+7
| | | | on re-install
* haproxy-devel, deleting package files mentioned in additional_files_needed ↵PiBa-NL2014-03-191-2/+0
| | | | is automatically done in pfSense 2.1
* haproxy-devel, use global $aliastable for looking up aliases, call ↵PiBa-NL2014-03-191-15/+10
| | | | haproxy_check_run() on installation to start upgraded version if already enabled.
* Merge branch 'master' of https://github.com/pfsense/pfsense-packages into ↵PiBa-NL2014-03-191-48/+162
|\ | | | | | | | | | | | | hap_de-install_logging Conflicts: config/haproxy-devel/haproxy.inc
| * Merge pull request #596 from PiBa-NL/hap_cleanup_helpErmal Luçi2014-03-191-3/+89
| |\ | | | | | | 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-3/+89
| | |
| * | Merge pull request #594 from PiBa-NL/hap_acl_checksErmal Luçi2014-03-191-31/+41
| |\ \ | | | | | | | | haproxy-devel, use same checks to show if acl's are used and for writing the configuration file
| | * | haproxy-devel, don't keep reference to original variable using &PiBa-NL2014-02-241-1/+1
| | | |
| | * | haproxy-devel, use same checks to show if acl's are used and for writing the ↵PiBa-NL2014-02-181-31/+41
| | |/ | | | | | | | | | configuration file
| * | 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 #625 from PiBa-NL/hap_starting_lockErmal Luçi2014-03-141-6/+12
| |\ \ | | | | | | | | haproxy-devel, place lock while starting, to prevent the startup script starting haproxy twice and loosing track of already running pid's.
| | * | haproxy-devel, place lock while starting, to prevent the startup script ↵PiBa-NL2014-03-131-6/+12
| | | | | | | | | | | | | | | | starting haproxy twice and loosing track of already running pid's.
| * | | Merge pull request #623 from PiBa-NL/hap_carp_eventhandlingErmal Luçi2014-03-131-0/+11
| |\ \ \ | | | | | | | | | | haproxy-devel, handle carp master/backup plugin event for faster response when the haproxy process needs to be started
| | * | | haproxy-devel, handle carp master/backup plugin event for faster response ↵PiBa-NL2014-03-131-0/+11
| | |/ / | | | | | | | | | | | | when the haproxy process needs to be started
| * | | Merge pull request #618 from PiBa-NL/hap_stats_timersRenato Botelho2014-03-131-1/+2
| |\ \ \ | | | | | | | | | | haproxy-devel, make stats-tab refresh timers configurable.
| | * | | haproxy-devel, make stats-tab refresh timers configurable.PiBa-NL2014-03-061-1/+2
| | |/ /
| * | | Merge pull request #610 from cyberplant/patch-1Renato Botelho2014-03-131-1/+1
| |\ \ \ | | |/ / | |/| | Fixes problem stopping haproxy-devel
| | * | Fixes problem stopping haproxyLuar Roji2014-02-271-1/+1
| | |/ | | | | | | | | | | | | We've experienced problems stopping haproxy from web gui. From command line it said that haproxy was not found. I found that the path to the executable was not right, and fixed it.
| * / haproxy-devel, dont reload firewall rules every 2 minutes.PiBa-NL2014-02-281-8/+6
| |/
* | haproxy-devel, removing obsolete nonworking 'devd' and 'limits' callsPiBa-NL2014-03-131-42/+0
| |
* | haproxy-devel, extra installation/deinstallation logging to diagnose issues ↵PiBa-NL2014-02-181-4/+45
|/ | | | when the process 'hangs'
* Merge pull request #592 from PiBa-NL/hap_stats2Ermal Luçi2014-02-181-3/+11
|\ | | | | haproxy-devel, explain and reduce required fields on stats settings
| * haproxy-devel, explain and reduce required fields on stats settingsPiBa-NL2014-02-171-3/+11
| |
* | haproxy-devel, option for "HTTP Strict Transport Security" HTSTPiBa-NL2014-02-171-0/+4
| |
* | haproxy-devel, configurable cookie and stick table session persistence optionsPiBa-NL2014-02-171-13/+99
|/
* Merge pull request #589 from PiBa-NL/hap_statspageErmal Luçi2014-02-171-0/+36
|\ | | | | haproxy-devel, integrated stats page with stick-table info WebGUI
| * haproxy-devel, add missing function haproxy_find_create_certificate(..)PiBa-NL2014-02-161-0/+21
| |
| * haproxy-devel, integrated stats page with stick-table info WebGUIPiBa-NL2014-02-161-0/+15
| |
* | Merge pull request #588 from PiBa-NL/hap_floating_ruleErmal Luçi2014-02-171-13/+43
|\ \ | | | | | | haproxy-devel, add floating rule for transparent backends
| * | haproxy-devel, add floating rule for transparent backends so traffic doesn't ↵PiBa-NL2014-02-161-13/+43
| |/ | | | | | | halt after several packets / kb of upload/download.
* / haproxy-devel, new version needs 'ssl-server-verify none' with current configPiBa-NL2014-02-161-0/+1
|/
* 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