aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Correctly enable/disable httpclose and forwardfor optionsScott Ullrich2010-01-211-2/+6
|
* Fix typoScott Ullrich2009-12-281-1/+1
|
* 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-284-7/+7
|
* Use base64encode() and base64decode()Scott Ullrich2009-12-283-4/+4
|
* Use base64encode() and base64decode()Scott Ullrich2009-12-284-6/+6
|
* Version bump to HA-Proxy version 1.3.22 2009/10/14Scott Ullrich2009-12-281-0/+0
|
* Retries is not a required fieldScott Ullrich2009-12-281-6/+6
|
* Adding optios for forwardfor and httpclose.Scott Ullrich2009-12-281-5/+25
|
* Turn c/r into spaces for multiple options per lineScott Ullrich2009-12-281-3/+3
|
* updating to HA-Proxy version 1.3.22 2009/10/14Scott Ullrich2009-12-281-0/+0
|
* 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-222-2/+16
|
* Add pass thru box for global settingsScott Ullrich2009-12-222-0/+20
|
* Pass thru is not a required fieldScott Ullrich2009-12-221-1/+1
|
* Adding advanced pass thru box for server entriesScott Ullrich2009-12-222-1/+15
|
* Allow startup when no remote syslog server is enteredsullrich2009-12-161-2/+0
|
* Add remote syslog optionsullrich2009-12-162-1/+14
|
* 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
|
* port is no longer a required fieldsullrich2009-12-151-1/+1
|
* Show frontend port if not definedsullrich2009-12-151-1/+14
|
* pick up frontend ports correctlysullrich2009-12-152-5/+6
|
* Allow leaving the server port blank to pick up the Frontend port selectionsullrich2009-12-152-3/+19
|
* Install all serverssullrich2009-12-151-3/+3
|
* Unbreak haproxy. All my fault, sorry about that.sullrich2009-12-151-3/+3
|
* Fix frontends linkssullrich2009-12-142-7/+7
|
* Add Cancel buttonssullrich2009-12-112-2/+4
|
* Restore selections correctlysullrich2009-12-111-10/+10
|
* Rename to Frontendsullrich2009-12-111-1/+1
|
* Overhaul haproxy package. Rename backends to frontends. Add rowhelper to ↵sullrich2009-12-117-55/+225
| | | | 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)