Forum Discussion

khairi's avatar
khairi
Icon for Nimbostratus rankNimbostratus
Aug 19, 2020

Configure Path Routing on F5 LTM

Hi All

 

Currently we are using Oracle HTTP Server to load balance traffic to Oracle Service Bus, We would like to replace Oracle HTTP Server with F5 LTM, but I don't know hot to set load balance based on path URL Service on F5. here is existing configuration on Oracle HTTP Server:

 

<VirtualHost *:7777>

  ServerName soa1.jne.co.id:7001

  ServerAdmin fendi.pnet@gmail.com

  RewriteEngine On

  RewriteOptions inherit

<Location /trackingnew_sb>

  WLSRequest ON

  WebLogicCluster soa1.jne.co.id:7003,soa1.jne.co.id:7103,soa1.jne.co.id:7203

  WLProxySSL ON

  WLProxySSLPassThrough ON

</Location>

 

<Location /checktariff_sb>

  WLSRequest ON

  WebLogicCluster soa1.jne.co.id:7003,soa1.jne.co.id:7103,soa1.jne.co.id:7203

  WLProxySSL ON

  WLProxySSLPassThrough ON

</Location>

 

</VirtualHost>

 

Thanks

 

4 Replies