Werner, I had this issue a while back with Apache 2.4 and Ubuntu 13.10, but could't figure out how to reply to a mailing list! I think I have that figured now, so here is what I did.
With Apache 2.4 conf files have been moved from /etc/apache2/conf.d/ to /etc/apache2/conf-available/, at least in Ubuntu, I'm not sure about Debian. Also, I understand that Apache2.4 expects conf files to end .conf, so you must ensure that your conf files have this extension. I created a link, enabled the conf file and restarted apache, ln -s /etc/smokeping/apache2.conf /etc/apache2/conf-available/smokeping.conf a2enconf /etc/apache2/conf-available/smokeping service apache2 restart and graphs have reappeared. Hope this helps. Regards, Harry -- www.harryhodge.co.uk
_______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
