F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

2 Replies

  • Hi Hungpm,

    You can use iRule.

    when HTTP_REQUEST {
    	switch -glob [string tolower [HTTP::uri]] {
    		"/images/*" { pool imagesBackendPool }
    		"/video/*" { pool videoBackendPool }
    		default { pool appGatewayBackendPool }
    	}
    }
    • Hungpm's avatar
      Hungpm
      Icon for Nimbostratus rankNimbostratus

      thanks for your reply i just upload new url path , about policy f5 ? i am new f5 pls help

       

      thanks