Comment on Help making munin work in ubuntu with lighttpd
med@sh.itjust.works 1 year ago
If the files exist, are regular, are correct and the permissions don’t prohibit access, maybe there’s something else blocking the connection attempt.
Given that it’s ubuntu, could it be an AppArmor thing? Not sure if that’s enabled by default these days.
Seems to me like it can’t run the binaries, so there’s nothing listening on the sockets you’ve specified. Fix the bin-path issue, fix the problem
pe1uca@lemmy.pe1uca.dev 1 year ago
You’re right, I thought giving 777 would be enough, I had to change the owner and group of the files to the ones of lighttpd.