Use F5 VIPs with Apache WLProxy- Oracle supported?
Hi, We are planning to use below architecture for handling traffic to our application. We are using Apache-WLProxy to proxy requests to Internal-F5, which is going to loadbalance the traffic to weblogic cluster.
Is this Oracle supported config?
Internet-Firewall ==> External-F5 ==> Apache ==> Internal F5 ==> Weblogic-Cluster
Apache config to proxy requests to Internal-F5
<LocationMatch "^/(foo|bar)">
SetHandler weblogic-handler
WLCookieName foo-cookie
WebLogicHost foo-cluster.xyz.com
WebLogicPort 9602
DynamicServerList OFF
SecureProxy ON
WLSSLWallet /home/www/certs/XYZWallet
ErrorPage /Dusty/foo.html
</LocationMatch>
Is this Oracle supported config?
Internet-Firewall ==> External-F5 ==> Apache ==> Internal F5 ==> Weblogic-Cluster
Apache config to proxy requests to Internal-F5
<LocationMatch "^/(foo|bar)">
SetHandler weblogic-handler
WLCookieName foo-cookie
WebLogicHost foo-cluster.xyz.com
WebLogicPort 9602
DynamicServerList OFF
SecureProxy ON
WLSSLWallet /home/www/certs/XYZWallet
ErrorPage /Dusty/foo.html
</LocationMatch>
0