HAProxy run so many process Announcing the arrival of Valued Associate #679: Cesar Manara ...
Mortgage adviser recommends a longer term than necessary combined with overpayments
Why does tar appear to skip file contents when output file is /dev/null?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Windows 10: How to Lock (not sleep) laptop on lid close?
Cold is to Refrigerator as warm is to?
Passing functions in C++
Antler Helmet: Can it work?
How to market an anarchic city as a tourism spot to people living in civilized areas?
How to say 'striped' in Latin
If A makes B more likely then B makes A more likely"
How to rotate it perfectly?
Why does this iterative way of solving of equation work?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
How can I make names more distinctive without making them longer?
Writing Thesis: Copying from published papers
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
How to set letter above or below the symbol?
What would be Julian Assange's expected punishment, on the current English criminal law?
Why use gamma over alpha radiation?
How do you clear the ApexPages.getMessages() collection in a test?
Estimate capacitor parameters
Strange behaviour of Check
Was credit for the black hole image misattributed?
What did Darwin mean by 'squib' here?
HAProxy run so many process
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!HaProxy + IIS pages gradually get slowerHaProxy - Http and SSL pass through confighaproxy forward uri to root of another serverHAProxy - ssl client ca chain cannot be verifiedHaproxy logging not workHA-Proxy 301 re-direct: https to https://wwwHaProxy giving - 503 Service UnavailableManage keepalive on haproxymaxconn limit per backend in haproxyopenldap with haproxy - (ldap_result() failed: Can't contact LDAP server)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I found a problem that my haproxy process is running,is that OK?
enter image description here
backend bk_XCHANGE2013_https_lync
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
timeout server 60s
server 2013UPCAS lyncproxy.qiyi.domain:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_autodiscover
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# only support baisc authentication
http-request lua.remove_unsupported_header
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
mobile devices DONE
backend bk_XCHANGE2013_https_activesync
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
http-request add-header X-IQIYI-MAIL-CHANNEL activesync
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /Microsoft-Server-ActiveSync/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE CONTROL PANEL for web browsers DONE
backend bk_XCHANGE2013_https_ecp
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /ECP/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE WEB SERVICE for third-party applications
backend bk_XCHANGE2013_https_ews
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL ews
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook (2013 SP1 and above)
backend bk_XCHANGE2013_https_mapi
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oab
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /OAB/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...+:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oa
stick-table type ip size 10240k expire 60m
stick on src
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL oa
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /owa/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa_auth_logon
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_owa_auth
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
http-request add-header X-OWA-AUTH-IQIYI-USERNAME %[req.body_param(username)]
http-request add-header X-OWA-AUTH-IQIYI-PASSWORD %[req.body_param(password)]
http-request add-header X-OWA-AUTH-IQIYI-MOTP-TOKEN %[req.body_param(motp)]
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_default
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
haproxy
New contributor
add a comment |
I found a problem that my haproxy process is running,is that OK?
enter image description here
backend bk_XCHANGE2013_https_lync
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
timeout server 60s
server 2013UPCAS lyncproxy.qiyi.domain:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_autodiscover
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# only support baisc authentication
http-request lua.remove_unsupported_header
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
mobile devices DONE
backend bk_XCHANGE2013_https_activesync
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
http-request add-header X-IQIYI-MAIL-CHANNEL activesync
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /Microsoft-Server-ActiveSync/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE CONTROL PANEL for web browsers DONE
backend bk_XCHANGE2013_https_ecp
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /ECP/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE WEB SERVICE for third-party applications
backend bk_XCHANGE2013_https_ews
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL ews
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook (2013 SP1 and above)
backend bk_XCHANGE2013_https_mapi
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oab
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /OAB/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...+:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oa
stick-table type ip size 10240k expire 60m
stick on src
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL oa
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /owa/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa_auth_logon
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_owa_auth
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
http-request add-header X-OWA-AUTH-IQIYI-USERNAME %[req.body_param(username)]
http-request add-header X-OWA-AUTH-IQIYI-PASSWORD %[req.body_param(password)]
http-request add-header X-OWA-AUTH-IQIYI-MOTP-TOKEN %[req.body_param(motp)]
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_default
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
haproxy
New contributor
add a comment |
I found a problem that my haproxy process is running,is that OK?
enter image description here
backend bk_XCHANGE2013_https_lync
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
timeout server 60s
server 2013UPCAS lyncproxy.qiyi.domain:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_autodiscover
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# only support baisc authentication
http-request lua.remove_unsupported_header
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
mobile devices DONE
backend bk_XCHANGE2013_https_activesync
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
http-request add-header X-IQIYI-MAIL-CHANNEL activesync
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /Microsoft-Server-ActiveSync/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE CONTROL PANEL for web browsers DONE
backend bk_XCHANGE2013_https_ecp
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /ECP/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE WEB SERVICE for third-party applications
backend bk_XCHANGE2013_https_ews
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL ews
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook (2013 SP1 and above)
backend bk_XCHANGE2013_https_mapi
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oab
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /OAB/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...+:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oa
stick-table type ip size 10240k expire 60m
stick on src
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL oa
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /owa/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa_auth_logon
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_owa_auth
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
http-request add-header X-OWA-AUTH-IQIYI-USERNAME %[req.body_param(username)]
http-request add-header X-OWA-AUTH-IQIYI-PASSWORD %[req.body_param(password)]
http-request add-header X-OWA-AUTH-IQIYI-MOTP-TOKEN %[req.body_param(motp)]
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_default
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
haproxy
New contributor
I found a problem that my haproxy process is running,is that OK?
enter image description here
backend bk_XCHANGE2013_https_lync
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
timeout server 60s
server 2013UPCAS lyncproxy.qiyi.domain:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_autodiscover
balance roundrobin
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL autodiscover
# only support baisc authentication
http-request lua.remove_unsupported_header
# if risky, 403
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
log global
option httplog
option forwardfor
#option httpchk GET /Autodiscover/HealthCheck.html
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
mobile devices DONE
backend bk_XCHANGE2013_https_activesync
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
http-request add-header X-IQIYI-MAIL-CHANNEL activesync
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /Microsoft-Server-ActiveSync/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE CONTROL PANEL for web browsers DONE
backend bk_XCHANGE2013_https_ecp
balance roundrobin
mode http
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /ECP/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
EXCHANGE WEB SERVICE for third-party applications
backend bk_XCHANGE2013_https_ews
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL ews
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
#source 0.0.0.0 usesrc clientip
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook (2013 SP1 and above)
backend bk_XCHANGE2013_https_mapi
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oab
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /OAB/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...+:443 ssl maxconn 2000 weight 10 check
Outlook
backend bk_XCHANGE2013_https_oa
stick-table type ip size 10240k expire 60m
stick on src
balance roundrobin
mode http
# OPEN ME
http-request add-header X-IQIYI-MAIL-CHANNEL oa
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 600s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
#option httpchk GET /owa/HealthCheck.htm
#http-check expect string 200 OK
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
web browsers
backend bk_XCHANGE2013_https_owa_auth_logon
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_owa_auth
balance roundrobin
mode http
http-request add-header X-IQIYI-MAIL-CHANNEL owa
option http-buffer-request
http-request add-header X-OWA-AUTH-IQIYI-USERNAME %[req.body_param(username)]
http-request add-header X-OWA-AUTH-IQIYI-PASSWORD %[req.body_param(password)]
http-request add-header X-OWA-AUTH-IQIYI-MOTP-TOKEN %[req.body_param(motp)]
# OPEN ME!
http-request lua.risk_assessment
http-response lua.risk_assessment_cb
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
backend bk_XCHANGE2013_https_default
balance roundrobin
mode http
option http-keep-alive
option prefer-last-server
no option httpclose
no option http-server-close
no option forceclose
no option http-tunnel
log global
option httplog
option forwardfor
default-server inter 10s rise 2 fall 3
timeout server 60s
server 2013UPCAS ...:443 ssl maxconn 2000 weight 10 check
haproxy
haproxy
New contributor
New contributor
New contributor
asked 2 mins ago
ZeraZera
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Zera is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963061%2fhaproxy-run-so-many-process%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Zera is a new contributor. Be nice, and check out our Code of Conduct.
Zera is a new contributor. Be nice, and check out our Code of Conduct.
Zera is a new contributor. Be nice, and check out our Code of Conduct.
Zera is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963061%2fhaproxy-run-so-many-process%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown