monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Monit behind mod_proxy/apache


From: Ian P. Christian
Subject: Re: Monit behind mod_proxy/apache
Date: Wed, 20 Jun 2007 23:29:56 +0100

Hi Peter,

I think you misunderstood me...

This page shows fine on
http://server/monit/

This is proxied just fine though apache.

However, the links on this page link to

http://server/_uptime 
http://server/cron

rather then

http://server/monit/_uptime 
http://server/monit/cron

I need some way of configuring the base URL in monit.

On 6/20/07, Peter Hinse < address@hidden> wrote:
<VirtualHost _default_:443>
    SSLEngine on
...
    ProxyPass /monit/ http://localhost:2812/
    ProxyPassReverse /monit/ http://localhost:2812/
...
</VirtualHost>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]