Archived community.zenoss.org | full text search
Skip navigation
1 2 3 Previous Next 21869 Views 37 Replies Latest reply: Nov 25, 2013 12:03 PM by finejason RSS
bruno.galindro Rank: White Belt 18 posts since
Feb 11, 2011
Currently Being Moderated

Sep 29, 2011 11:01 AM

Zenoss + Apache mod_proxy

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?

1 2 3 Previous Next

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points