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: Peter Hinse
Subject: Re: Monit behind mod_proxy/apache
Date: Wed, 20 Jun 2007 23:55:21 +0200
User-agent: Thunderbird 2.0.0.4 (Macintosh/20070604)

Ian P. Christian wrote:
> Hi all,
> 
> I'm hosting monit behind apache/mod_proxy, so that I don't need monit to
> listen to an external IP, I have it listening on just localhost, and can
> then access it via apache (which has it's own security in place).
> 
> This kinda works. :)
> 
> <VirtualHost _default_:443>
>     SSLEngine on
> ...
>     ProxyPass /monit/ http://localhost:2812/
> ...
> </VirtualHost>

<VirtualHost _default_:443>
    SSLEngine on
...
    ProxyPass /monit/ http://localhost:2812/
    ProxyPassReverse /monit/ http://localhost:2812/
...
</VirtualHost>

Regards,

        Peter




reply via email to

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