monit-general
[Top][All Lists]
Advanced

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

Re: Browing from other PC


From: Jan-Henrik Haukeland
Subject: Re: Browing from other PC
Date: Wed, 24 Mar 2004 09:58:37 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Reasonable Discussion, linux)

"Melvin Wong" <address@hidden> writes:

> Hi,
> I've installed Monit 4.2 beta and mmonit-1.0.1 and I can view it from the
> browser on the localhost. I would like to know how I can view it from
> other PC using example abc.com:8080 (abc.com is resolvable by the DNS)
> because currently I keep getting 'You do not have permission to access the
> requested resource'. I have also change the hosts allow in monitrc to
> accept all the hosts from the local network. So where did I go wrong? I
> will greatly appreciate if anyone could help me.

m/monit is configured to only accept connections from localhost. To
allow any host to connect to m/monit *remove* these lines in each
<security-constraint> element in the configure file:
mmonit/webapps/mmonit/WEB-INF/web.xml

      <ip-constraint>
         <!-- Only connections from localhost are allowed -->
         <ip-address>127.0.0.1</ip-address>
      </ip-constraint>

-- 
Jan-Henrik Haukeland




reply via email to

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