summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-159/+0
|
* Code spacingPhil Davis2015-06-151-7/+7
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style Load BalancerPhil Davis2015-05-131-37/+40
|
* Fix a few misc encoding issues in load balancer code.jim-p2015-03-311-1/+1
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "load_balancer_pool" XHTMLColin Fleming2014-04-181-3/+3
| | | | | | | | | | Add SUMMARY to tables Update PHP shorthand Move "fbegin.inc" include between BODY and SCRIPT Add CDATA section to scripts Close INPUT tags Update HTML Boolean operators Move SELECT tag into the PHP IF statement
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-2/+2
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-2/+2
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Refine LB entry deletion to make sure blank entries can be removed.jim-p2012-09-261-1/+1
|
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-261-1/+1
| | | | variable to something else so it's not interpreted as an array.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* Ticket #2205 - Main logic for relayd global settings screen, still need to ↵Pierre POMES2012-02-191-0/+1
| | | | add stuff (input validation, etc) before closing ticket
* Add a note to the server Load Balancer page to let users know it's not for ↵jim-p2011-08-301-0/+5
| | | | Multi-WAN.
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-1/+1
| | | | standardize field names. Ticket #320.
* Add the ability to select a mode for LB pool members, load balance (default) ↵jim-p2010-08-101-2/+3
| | | | or manual failover. If manual failover is selected, only allow one server to be chosen as active.
* Default to the 'pools' tab of the inbound load balancer, and move the ↵jim-p2010-08-101-1/+1
| | | | monitor tab to the end.
* Corrections gettext implementation on load_balancer_pool.phpCarlos Eduardo Ramos2010-07-161-5/+5
|
* Corrections gettext implementation on load_balancer_pool.phpCarlos Eduardo Ramos2010-07-161-1/+1
|
* Implement gettext() calls on load_balancer_pool.phpCarlos Eduardo Ramos2010-07-161-6/+6
|
* rename slbd pages since this is no longer slbdChris Buechler2010-07-111-2/+2
|
* Add status/log links to LB pages.jim-p2010-06-021-0/+4
|
* Nuke Relay Protocols and Relay actions tabs. Suggested-by: BillMScott Ullrich2010-05-111-2/+0
|
* Use require_once() to overcome problems with includes.Ermal2010-05-071-1/+1
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Remove msort()Scott Ullrich2009-10-161-3/+0
|
* Reorder tabs again. Protocols should be the last tab. Cleanup the Relay ↵Scott Ullrich2009-10-161-1/+1
| | | | protocols form adding a listtopic item seperating the page. Misc centers
* Reorder tabs with Monitors being first in the order that items should be ↵Scott Ullrich2009-10-161-1/+1
| | | | created. IE: Monitor items should be created, then pools and then finally virtual servers and relay protocols, relay actions
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Sort by nameScott Ullrich2009-09-111-0/+3
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-3/+3
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-3/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Add missing quote char.Ermal Luçi2008-09-091-1/+1
|
* Add "Services" to the page titleBill Marquette2008-09-091-1/+1
|
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-0/+2
| | | | | More work pending, this seems to generate proper configs needs much more testing though
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-051-72/+33
| | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* remove slbd_configure and start removal of gateway stuff from load balancer ↵Bill Marquette2008-07-081-9/+1
| | | | screens
* Bring in relayd to perform server load balancingBill Marquette2008-06-161-0/+1
| | | | | | | | Move gateway load balancing code into gwlb.inc - still uses slbd TODO: vs and pool status screens are currently broken...and wouldn't work with the gateway pools anyway, ultimately, the gateway pools need to move.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-2/+10
| | | | This to make it easier on large configurations.
* Show behaviour in type fieldSeth Mos2007-03-021-1/+3
|
* MFC 11614Scott Ullrich2006-04-201-9/+25
| | | | better display of pools and monitors
* MFC 11473Scott Ullrich2006-04-161-3/+3
| | | | use correct dirty flag file and unlink on apply
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove reboot required checksScott Ullrich2005-12-141-6/+6
|
* Regenerate slbd configuration after pool changesScott Ullrich2005-10-271-0/+1
| | | | Ticket #646
* Servers -> Servers/GatewaysScott Ullrich2005-08-191-1/+1
|
OpenPOWER on IntegriCloud