{% extends "base.html" %} {% block content %}

Add listen

Select server:
Note: If you reconfigure Master server, Slave will reconfigured automatically
A "listen" section defines a complete proxy with its frontend and backend parts combined in one section. It is generally useful for TCP-only traffic.

All proxy names must be formed from upper and lower case letters, digits, '-' (dash), '_' (underscore) , '.' (dot) and ':' (colon). ACL names are case-sensitive, which means that "www" and "WWW" are two different proxies.

Historically, all proxy names could overlap, it just caused troubles in the logs. Since the introduction of content switching, it is mandatory that two proxies with overlapping capabilities (frontend/backend) have different names. However, it is still permitted that a frontend and a backend share the same name, as this configuration seems to be commonly encountered.
Name:
IP and Port: :
IP for bind listner, if empty will be assignet on all IPs. Start typing ip, or press down.
If you use VRRP keep in blank. If you assign an IP, the slave will not start
Mode:
Maxconn:
This value should not exceed the global maxconn. Default global maxconn value: 2000
Balance:
Web acceleration(?):
WAF(?):
Optinons:
Servers: :
:
:
Check:
Default params: inter 2000 rise 2 fall 5
Advanced: Show Advanced settings

Add frontend

Select server:
Note: If you reconfigure Master server, Slave will reconfigured automatically
A "frontend" section describes a set of listening sockets accepting client connections.

All proxy names must be formed from upper and lower case letters, digits, '-' (dash), '_' (underscore) , '.' (dot) and ':' (colon). ACL names are case-sensitive, which means that "www" and "WWW" are two different proxies.

Historically, all proxy names could overlap, it just caused troubles in the logs. Since the introduction of content switching, it is mandatory that two proxies with overlapping capabilities (frontend/backend) have different names. However, it is still permitted that a frontend and a backend share the same name, as this configuration seems to be commonly encountered.
Name:
IP and Port: :
IP for bind listner, if empty will be assignet on all IPs. Start typing ip, or press down.
If you use VRRP keep in blank. If you assign an IP, the slave will not start
Mode:
Maxconn:
This value should not exceed the global maxconn. Default global maxconn value: 2000
Web acceleration(?):
WAF(?):
Optinons:
Default backend
Start typing backend, or press down
.

Note: If backend don\t exist, you must create backend first.

Advanced: Show Advanced settings

Add backend

Select server:
Note: If you reconfigure Master server, Slave will reconfigured automatically
A "backend" section describes a set of servers to which the proxy will connect to forward incoming connections.

All proxy names must be formed from upper and lower case letters, digits, '-' (dash), '_' (underscore) , '.' (dot) and ':' (colon). ACL names are case-sensitive, which means that "www" and "WWW" are two different proxies.

Historically, all proxy names could overlap, it just caused troubles in the logs. Since the introduction of content switching, it is mandatory that two proxies with overlapping capabilities (frontend/backend) have different names. However, it is still permitted that a frontend and a backend share the same name, as this configuration seems to be commonly encountered.
Name:
Mode:
Balance:
Web acceleration(?):
Optinons:
Servers: :
:
:
Check:
Default params: inter 2000 rise 2 fall 5
Advanced: Show Advanced settings
View certificates Exist certificates
View
Upload SSL certificates Certificate name Paste certificate content here(?)


Upload
{% if add %}

{{ add }} was success added

{{ conf_add }}
{% endif %} {% endblock %}