aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-dev
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.
* only check carp_int againt carpdev if its actually definedthompsa2010-05-151-1/+2
|
* Fix copy-n-paste error where the continue statement is now a return.thompsa2010-04-231-1/+1
|
* Fix typeo, base64deode -> base64_decode.thompsa2010-03-191-1/+1
|
* Make unique pools if svrport is set.thompsa2010-03-121-3/+13
|
* Remove the 'status' from the backend pool and just show it disabled ifthompsa2010-03-123-27/+19
| | | | no listeners are using it.
* Put back the cron removal on deinstall.thompsa2010-03-121-0/+1
|
* Only install the cron entry if we are monitoring carp.thompsa2010-03-121-2/+5
|
* Dont restart haproxy unless we are doing carp checks or reloading.thompsa2010-03-121-1/+3
|
* Fix broken devd script and make local haproxy_is_running() functionthompsa2010-03-121-7/+17
| | | | | since is_process_running() is broken as we are called through the rc.d script by the same name.
* Remove /usr/local/etc/rc.d/haproxy.shthompsa2010-03-121-0/+1
|
* Only run haproxy on the carp master by checking the status when a linkthompsa2010-03-122-2/+145
| | | | event happens.
* Dont enable the check on tcp mode unless the user specifies it, itthompsa2010-03-051-1/+3
| | | | doesnt make sense otherwise.
* Make the acl name unique by prefixing with <n++>_thompsa2010-03-051-2/+5
|
* The $bind=&$array variable from one loop seems to be truncated by using the samethompsa2010-03-041-8/+8
| | | | | named variable in the next loop. The last array member is duplicated by array[n-1].
* Merge the conflicting frontend bind addresses into one, allowing ACLthompsa2010-03-041-161/+230
| | | | | rules to choose the backend. Non-conflicting entries should not be affected.
* Add backup option to the backend serversthompsa2010-02-132-4/+21
|
* Test for variableScott Ullrich2010-02-111-3/+5
|
* Commit workaround to get xmlrpc working again until I cn understand the php ↵thompsa2010-02-121-0/+27
| | | | error better
* Add title for the server list tablethompsa2010-02-111-0/+3
|
* shrink port and weight input boxesthompsa2010-02-111-4/+4
|
* Reduce duplication by putting the acl syntax in the arraythompsa2010-02-112-41/+35
|
* Alert the user rather than just having a dead buttonthompsa2010-02-111-1/+3
|
* fix variable name type-othompsa2010-02-111-1/+1
|
* disable the row addition if no acl options are availablethompsa2010-02-111-0/+2
|
* scriptaculous is autoloaded on v2.0+thompsa2010-02-111-0/+2
|
* Use fade effects to alert the user to ACL changesthompsa2010-02-111-4/+7
|
* Filter the allowed ACL types by the current haproxy mode. If the type isthompsa2010-02-112-17/+82
| | | | | changed then the select list is updated and any unavailable ACLs are hidden.
* Add syslog facility and level to the global options.thompsa2010-02-112-1/+51
|
* Fix text to read Listener.thompsa2010-02-101-1/+1
|
* Add plus icon next to current entries on all the pages (listener/serverthompsa2010-02-104-22/+147
| | | | | pool pages, as well as the entries in ACL's and adding servers) which is a "add a new rule based on this one".
* 'cookie' can not be specified in non-http mode.thompsa2010-02-101-2/+2
|
* Grey out disabled items.thompsa2010-02-082-9/+29
|
* Skip the listener if it is disabled.thompsa2010-02-081-36/+40
|
* Provide a fallback if both the pool and listener do not supply portthompsa2010-02-081-1/+8
| | | | numbers.
* Provide default for expr and fix typeo.thompsa2010-02-082-1/+3
|
* Add more validation around the server list and do not trash the serverthompsa2010-02-081-1/+14
| | | | array on error.
* Provide default for monitor_urithompsa2010-02-082-2/+8
|
* Move the ip:port to the listener page and allow the pool to showthompsa2010-02-082-30/+23
| | | | multiple listeners attached.
* Clear the listener before searching for it.thompsa2010-02-081-7/+9
|
* Make the del icon on the generated row match the existing table.thompsa2010-02-081-1/+2
|
* Initialise ha_backends if null.thompsa2010-02-081-0/+3
|
* Fix list of required fields.thompsa2010-02-081-5/+5
|
* Add an edit button to the server list and hide the edit boxes bythompsa2010-02-081-1/+15
| | | | default.
* Save the default server port which is different to the external portthompsa2010-02-082-1/+3
| | | | number.
* Save cookie field.thompsa2010-02-081-0/+1
|
* Add backend server name field.thompsa2010-02-082-14/+28
|
* Update the listener if the pool name changes.thompsa2010-02-082-49/+13
|
* Add server pools which encapsulate the backends.thompsa2010-02-088-711/+226
|
* Rename files.thompsa2010-02-084-0/+431
|