Following this article, I could redirect all of the requests sent to http://mydomain.com/zport/dmd to zenoss very well.
RewriteEngine On
RewriteRule ^/(.*) http://5.191.28.77:8080/VirtualHostBase/http/%{SERVER_NAME}:80/$1 [P,L]
But, I need to redirect to zenoss only the requests sent to http://mydomain.com/monitor
How can I do that? Is it possible using a Location tag?