config web-proxy forward-server
Configure forward-server addresses.
config web-proxy forward-server
Description: Configure forward-server addresses.
edit <name>
set addr-type [ip|fqdn]
set ip {ipv4-address-any}
set fqdn {string}
set port {integer}
set healthcheck [disable|enable]
set monitor {string}
set server-down-option [block|pass]
set username {string}
set password {password}
set comment {string}
next
end
config web-proxy forward-server
Parameter |
Description |
Type |
Size |
Default |
||||||
---|---|---|---|---|---|---|---|---|---|---|
addr-type |
Address type of the forwarding proxy server: IP or FQDN. |
option |
- |
ip |
||||||
|
|
|||||||||
ip |
Forward proxy server IP address. |
ipv4-address-any |
Not Specified |
0.0.0.0 |
||||||
fqdn |
Forward server Fully Qualified Domain Name (FQDN). |
string |
Not Specified |
|
||||||
port |
Port number that the forwarding server expects to receive HTTP sessions on . |
integer |
Minimum value: 1 Maximum value: 65535 |
3128 |
||||||
healthcheck |
Enable/disable forward server health checking. Attempts to connect through the remote forwarding server to a destination to verify that the forwarding server is operating normally. |
option |
- |
disable |
||||||
|
|
|||||||||
monitor |
URL for forward server health check monitoring . |
string |
Not Specified |
http://www.google.com |
||||||
server-down-option |
Action to take when the forward server is found to be down: block sessions until the server is back up or pass sessions to their destination. |
option |
- |
block |
||||||
|
|
|||||||||
username |
HTTP authentication user name. |
string |
Not Specified |
|
||||||
password |
HTTP authentication password. |
password |
Not Specified |
|
||||||
comment |
Comment. |
string |
Not Specified |
|