aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy/haproxy.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless remount callsdoktornotor2015-08-251-3/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* 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
|
* 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
* Add a manual config validation option to HAproxy (using -c to only check ↵jim-p2013-08-291-0/+5
| | | | config file)
* HAproxy config parameter clitimeout is deprecated, should now be "timeout ↵jim-p2013-08-201-1/+1
| | | | client".
* Teach HAproxy about sync usernames (though the code in the main repo still ↵jim-p2013-07-101-4/+11
| | | | needs to catch up)
* updated HAProxy package to work with pfSense 2.1PiBa-NL2013-02-181-4/+30
|
* 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
* remove the haproxy package on reinstallAndrew Thompson2012-02-221-1/+1
|
* Move haproxy-dev to haproxy proper, ticket ZVS-164444Andrew Thompson2012-01-261-126/+458
|
* Changes for new server statuses and to make monitor uri optional.briantist2011-12-131-8/+20
|
* Fix typeo, base64deode -> base64_decode.thompsa2010-03-191-2/+2
|
* Adding local0 to remote syslogScott Ullrich2010-01-231-1/+1
|
* Make nbproc a tunable item on global settings tabScott Ullrich2010-01-231-1/+5
|
* 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-211-1/+7
|
* Correctly enable/disable httpclose and forwardfor optionsScott Ullrich2010-01-211-2/+6
|
* Fix typoScott Ullrich2009-12-281-1/+1
|
* Do not replace \n with spacesScott Ullrich2009-12-281-8/+12
|
* Using base64_deocde() and base64_encode() note the missing _Scott Ullrich2009-12-281-2/+2
|
* Use base64encode() and base64decode()Scott Ullrich2009-12-281-3/+3
|
* Turn c/r into spaces for multiple options per lineScott Ullrich2009-12-281-3/+3
|
* Add a tabScott Ullrich2009-12-221-1/+1
|
* Add newlineScott Ullrich2009-12-221-1/+1
|
* Add advanced pass thru box for frontend edit screenScott Ullrich2009-12-221-0/+4
|
* Add pass thru box for global settingsScott Ullrich2009-12-221-0/+2
|
* Adding advanced pass thru box for server entriesScott Ullrich2009-12-221-1/+5
|
* Allow startup when no remote syslog server is enteredsullrich2009-12-161-2/+0
|
* Add remote syslog optionsullrich2009-12-161-1/+4
|
* Seperate out ports to one port per server per linesullrich2009-12-161-10/+6
|
* Use ssl-hello-chk instead of httpchk when using httpssullrich2009-12-151-6/+6
|
* Do not duplicate mode directive and add otiuon ssl-hello-chk for https typesullrich2009-12-151-4/+4
|
* pick up frontend ports correctlysullrich2009-12-151-2/+2
|
* Allow leaving the server port blank to pick up the Frontend port selectionsullrich2009-12-151-1/+15
|
* Install all serverssullrich2009-12-151-3/+3
|
* Unbreak haproxy. All my fault, sorry about that.sullrich2009-12-151-3/+3
|
* Overhaul haproxy package. Rename backends to frontends. Add rowhelper to ↵sullrich2009-12-111-8/+21
| | | | the server edit screen for backend selection eliminating quite a number of needed configuration entries for common hosting items.
* Do not allow sync loops take #2Scott Ullrich2009-11-231-1/+15
|
* Do not allow haproxy to sync to self even if the ip is passed the first ↵Scott Ullrich2009-11-221-0/+4
| | | | check (possibly still in config.xml)
* s/W/w/Scott Ullrich2009-11-221-1/+1
|
* Do not clobber backend variable. Do not clobber listenip. Vesoion bump for ↵Scott Ullrich2009-11-201-8/+11
| | | | haproxy
* Prevent sync loopsScott Ullrich2009-11-201-0/+6
|
* Move haproxy reload code inside function. Major doh to me.Scott Ullrich2009-11-201-2/+2
|
* Allow specification of multiple ports seperated by a ,Scott Ullrich2009-11-201-7/+20
|
* Correct memory usage and simplify outputScott Ullrich2009-11-171-1/+3
|
* Reload HAProxy configuration on sync'd peersScott Ullrich2009-11-171-0/+30
|
* Adding XML RPX Configuration synchronization capabilitiesScott Ullrich2009-11-171-0/+74
|