aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless remount callsdoktornotor2015-08-251-3/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-9/+0
| | | These are dealt with by install_package() from pkg-utils.inc. Also nuke unused tags.
* remove useless config_(un)lock calls round twodoktornotor2015-08-111-2/+0
|
* haproxy_pools.php - remove useless config_(un)lock callsdoktornotor2015-08-111-2/+0
| | | This function does nothing but return.
* haproxy_listeners.php - remove useless config_(un)lock callsdoktornotor2015-08-111-2/+0
| | | This function does nothing but return.
* Remove old binariesRenato Botelho2015-04-232-0/+0
|
* Fix rcvar declaration that I broke yesterday and bump necessary package versionsRenato Botelho2015-02-101-1/+1
|
* Drop use of set_rcvar from startup scripts, it's deprecatedRenato Botelho2015-02-091-1/+1
|
* Fix call-time pass-by-reference in haproxyjim-p2014-05-163-4/+19
|
* Fix a whole bunch of invalid version tests.jim-p2014-04-105-10/+10
|
* Fixup URLs:Renato Botelho2014-03-187-13/+13
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Add a manual config validation option to HAproxy (using -c to only check ↵jim-p2013-08-293-1/+21
| | | | config file)
* HAproxy config parameter clitimeout is deprecated, should now be "timeout ↵jim-p2013-08-201-1/+1
| | | | client".
* Fix HAproxy "advanced" global pass-through options box.jim-p2013-08-131-1/+1
|
* HAproxy UI minor text typoPhil Davis2013-07-101-1/+1
|
* Teach HAproxy about sync usernames (though the code in the main repo still ↵jim-p2013-07-102-4/+21
| | | | needs to catch up)
* updated HAProxy package to work with pfSense 2.1PiBa-NL2013-02-185-22/+45
|
* Remove some really unnecessary manual downloading of libraries/packages ↵jim-p2012-06-201-11/+0
| | | | during install of these.
* Generalize a couple referencesjim-p2012-03-271-2/+2
|
* Workaround for the old package deleting the binary on unload instead of the ↵Andrew Thompson2012-02-221-0/+11
| | | | package
* find_carp_interface() has a bug where it returns the newline, trim itAndrew Thompson2012-02-221-1/+1
| | | | here so we can compare strings.
* remove the haproxy package on reinstallAndrew Thompson2012-02-221-1/+1
|
* Disable overwriting the haproxy binary, its in the packageAndrew Thompson2012-02-221-0/+3
|
* Revert "Disable overwriting the haproxy binary, its in the package"Andrew Thompson2012-02-221-3/+0
| | | | This reverts commit 6bbd113b687958b18f0dc898261226b3bbc2c5d2.
* Disable overwriting the haproxy binary, its in the packageAndrew Thompson2012-02-221-0/+3
|
* haproxy - fix array check.Marcello Coutinho2012-02-011-1/+1
|
* forgot to update the additional_files pathsAndrew Thompson2012-01-271-7/+7
|
* Move haproxy-dev to haproxy proper, ticket ZVS-164444Andrew Thompson2012-01-268-915/+1446
|
* haproxy - version 1.4.18 pkg 0.30Marcello Coutinho2011-12-131-3/+6
|
* Merge pull request #130 from briantist/patch-5Marcello Coutinho2011-12-131-6/+84
|\ | | | | Added backup and disabled options for servers.
| * Added new stats options, made changes to make monitor uri optional, added ↵briantist2011-12-131-6/+84
| | | | | | | | new balance options, changed size and max capacity of the ports text box.
* | Merge pull request #129 from briantist/patch-4Marcello Coutinho2011-12-131-2/+2
|\ \ | | | | | | Added backup and disabled options for servers.
| * | Fixed a base64 encoding error on the advanced options.briantist2011-12-131-2/+2
| |/
* | Merge pull request #128 from briantist/patch-3Marcello Coutinho2011-12-131-0/+2
|\ \ | | | | | | Added backup and disabled options for servers.
| * | Added backup and disabled options for servers.briantist2011-12-131-0/+2
| |/
* / Changes for new server statuses and to make monitor uri optional.briantist2011-12-131-8/+20
|/
* Fix these misplaced "endif;" statements, they were causing the opening form ↵jim-p2010-12-021-1/+1
| | | | tag to be hidden on 2.0 so the settings would never save.
* Do not foreach() unless configuredScott Ullrich2010-05-111-7/+9
|
* Fix typeo, base64deode -> base64_decode.thompsa2010-03-191-2/+2
|
* Only show option if haproxy.cfg existsScott Ullrich2010-01-231-13/+14
|
* trim() outputScott Ullrich2010-01-231-1/+1
|
* Nuke .Scott Ullrich2010-01-231-1/+1
|
* Scroll to bottom of page after outputting configuration fileScott Ullrich2010-01-231-2/+2
|
* Add option to show generated haproxy.cfg fileScott Ullrich2010-01-231-0/+20
|
* Show how many detected cores/processorsScott Ullrich2010-01-231-1/+1
|
* Adding local0 to remote syslogScott Ullrich2010-01-231-1/+1
|
* Make nbproc a tunable item on global settings tabScott Ullrich2010-01-232-1/+17
|
* oops, use correct fieldname so checkinter can saveScott Ullrich2010-01-221-1/+1
|
* Raise file open limits for haproxy if neededScott Ullrich2010-01-211-1/+7
|
* Adding definable check inter support. Fix httpclose and forwardfor optionsScott Ullrich2010-01-212-3/+17
|