From 16e49a1c9ceddcb81dd5b8800c1627394bb3311e Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Wed, 27 Mar 2013 01:08:40 +0100 Subject: advanced bind options, extended username/password characters+escaping, change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options. --- config/haproxy-devel/haproxy_listeners_edit.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'config/haproxy-devel/haproxy_listeners_edit.php') diff --git a/config/haproxy-devel/haproxy_listeners_edit.php b/config/haproxy-devel/haproxy_listeners_edit.php index afd424c7..2e943e96 100644 --- a/config/haproxy-devel/haproxy_listeners_edit.php +++ b/config/haproxy-devel/haproxy_listeners_edit.php @@ -144,7 +144,7 @@ $a_pools = &$config['installedpackages']['haproxy']['ha_pools']['item']; global $simplefields; $simplefields = array('name','desc','status','secondary','primary_frontend','type','forwardfor','httpclose','extaddr','backend_serverpool', - 'max_connections','client_timeout','port','ssloffloadcert','dcertadv','ssloffload','ssloffloadacl'); + 'max_connections','client_timeout','port','ssloffloadcert','dcertadv','ssloffload','ssloffloadacl','advanced_bind'); if (isset($_POST['id'])) $id = $_POST['id']; @@ -707,10 +707,18 @@ include("head.inc"); disable HTTP keep-alive than the previous 4-rules block. + + Bind pass thru + + size="64"> +
+ NOTE: paste text into this box that you would like to pass behind the bind option. + + Advanced pass thru - +
NOTE: paste text into this box that you would like to pass thru. @@ -752,7 +760,7 @@ include("head.inc"); onclick="updatevisibility();">Add ACL for certificate CommonName. - + Advanced ssl options size="10" maxlength="64"> -- cgit v1.2.3