Assume you want to redirect URL "/backend/*" to Apache run at 192.168.0.30:8080. You need to do the following,
1. create web server external application with name "192.168.0.30:8080" or whatever you want, like "apache_backend".
2. create a rewrite rule
RewriteRule ^/(backend/.*)...