You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uplusware edited this page Nov 21, 2017
·
4 revisions
set "HTTPReverseProxyEnable" to "yes" in /etc/heaphttpd/heaphttpd.conf and restart the service.
Enter into reverse/ directory.
Design delivery policy in reverse/httpreverse.cpp via C/C++
Modify the request URL as the following format: http://host1:port1|host2:port2/xxxx or http://host1:port1|host2:port2|host3:port3/xxxx. Only support 3 destination host/port address. Use | to split them.