Hi,

if you wanted to allow access from the network, you can keep just the "allow" 
option with credentials:

--8<--
set httpd port 2812
      allow <user>:<password>
--8<--

The "allow 0.0.0.0/8" actually had no effect, as it matches "0.*.*.*" so the 
access was possible from localhost only (because of the second allow option).

Regards,
Martin


> On 07 Nov 2014, at 22:36, Cesar Carruitero <[email protected]> wrote:
> 
> Hi,
> 
> I'm monit noobie.
> 
> I setup monit in a server. I check by console that monit is running whith 
> 'monit status'.
> 
> But, after logged on web interface I receive a 404 page.
> 
> I search in stackoverflow and google but can't found a solution to this 
> problem.
> 
> I think the problem could be in my httpd configuration in monitrc
> 
> This is what I have in that part http://pastebin.com/vsiezbPb
> 
> I'm not sure what I'm doing wrong. 
> 
> I hope someone had some idea or link to help me solve this problem.
> 
> Regards
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general


--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to