Here is how to connect Verbolia pages to your F5 application.
Notes: Always replace “client.com” with your hostname, “client.backend.verbolia.com” with the given verbolia hostname and “/path_to_verbolia/” with the agreed routed url pattern.
- Edit your F5 configuration, add a pool and create a condition:
pool verbolia_pool { verbolia client.backend.verbolia.com:80 } ... when HTTP_REQUEST { if { ( [HTTP::host] eq "www.client.com" and [HTTP::uri] contains " /path_to_verbolia/" ) } { HTTP::header replace Host "client.backend.verbolia.com" pool verbolia_pool } }