summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixup relayd to handle DNS load balancing as well as standard TCP load ↵jim-p2011-09-271-1/+1
| | | | balancing.
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-1/+1
| | | | standardize field names. Ticket #320.
* There is not point in unsetting if just after we set the var!Ermal2010-08-101-2/+0
|
* 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_virtual_server.phpCarlos Eduardo Ramos2010-07-161-7/+7
|
* Implement gettext() calls on load_balancer_virtual_server.phpCarlos Eduardo Ramos2010-07-151-5/+5
|
* 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-1/+4
|
* Remove msort()Scott Ullrich2009-10-161-3/+0
|
* Prevent the error: Warning: Illegal offset type in ↵Scott Ullrich2009-10-161-5/+9
| | | | /usr/local/www/load_balancer_virtual_server.php on line 84
* 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/+2
|
* * 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-2/+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.
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-0/+3
| | | | | 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-57/+37
| | | | | | * 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-1/+0
| | | | screens
* Fix bad cssBill Marquette2008-06-161-3/+3
|
* 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.
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Use the right flag fileBill Marquette2005-08-281-6/+4
|
* Update page title to Services: Load Balancer: Virtual ServersScott Ullrich2005-08-271-1/+1
|
* $Id -> $Id$Bill Marquette2005-08-071-1/+1
|
* Kick the backend in the ass and make it start slbd (I hope)Bill Marquette2005-08-061-3/+9
|
* Fixes - moved to lbpool instead of pool as we had a small listtags conflictBill Marquette2005-08-061-13/+4
|
* Load balanced virtual servers can now be entered in the guiBill Marquette2005-08-061-0/+150
OpenPOWER on IntegriCloud