ibmproxy.conf

The following excerpts show the areas of the imbproxy.conf file that were significant to our testing.

⋮
# *** START NEW MAPPING RULES SECTION ***

#Proxy /* http://www.ptest.com/* :80
Proxy /* http://192.168.30.82/* :80
Proxy /* https://192.168.30.81/* :443
ReversePass http://192.168.30.82/* http://192.168.40.90/*  
#ReversePass http://192.168.30.82/* http://10.10.80.90/*  
ReversePass https://192.168.30.82/* https://192.168.40.90/*  

Proxy   http:*


# *** END NEW MAPPING RULES SECTION ***
⋮
#	MaxSocketPerServer directive:
#
#	This sets the maximum number of open IDLE sockets to maintain to any
#	one origin server.  
#	This is only used if the ServerConnPool is set on. 
#
#	Default: 5
#	Syntax:  MaxSocketPerServer <num>
MaxSocketPerServer 1000

#	ServerConnTimeout directive:
#      
#	This is set to limit the time to keep an unused connection to a server. 
#	This is only used if the ServerConnPool directive is set on.
#
#	Default: 10 seconds
#	Syntax: ServerConnTimeout <time value>
ServerConnTimeout   5 seconds