On 09/24/2016 08:25 AM, Daniel Frey wrote:
> Are there any smokeping users?
> 
> I did an update to apache, mod_perl, and smokeping, having to unmask
> things so they build correctly... and now all graphs are broken links.
> 
> I had to keyword mod_perl and smokeping to get everything to build properly.
> 
> Has anyone experienced this and know how to fix it?
> 
> Dan
> 

Now that I had some time to look into this, I discovered apache was
denying access to a Alias'ed directory.

I had to edit /etc/apache2/modules.d/79_smokeping.conf and change:

Order deny,allow
Deny from all
Allow from 127.0.0.1

to

Require ip 127.0.0.1
Require ip <my subnet>

...and now it works.

Dan


Reply via email to