Create new domain: Redirect instead of ProxyPass?

Hi all,
we’re using VirtualMin for creating apache vhosts that are redirecting calls to the VM-managed URLs to other URLs.

This works fine using the "Proxy website to URL" feature in the "Create virtual server" dialogue. VM does this by setting up ProxyPass/ProyPassReverse directives in the virtualhost entry.

But is there any way to accomplish this using the "Redirect" directive, instead of using mod_proxy?

Thanks for any hints,
Chris