I have upgraded a PC from Ubuntu Desktop 12.04 to 13.10.
On 12.04 the URL to Smokeping web front end used to be http://localhost/smokeping/smokeping.cgi. After upgrading to 13.10 this does not work any more.
Is it just an issue of finding out the change of URL in Ubuntu 13.10 (with apache 2.4.6) or is something missing?
On 12.04 there is a link from /etc/apache2/conf.d/smokeping to /etc/smokeping/apache2.conf.
On 13.10 this link no longer exists. Nor does the folder conf.d. I tried to make a link from conf-enabled instead but this did not help.
I have tried to uninstall and reinstall smokeping, but this did not help.
I have installed a fresh Ubuntu 13.10 in a VM and installed smokeping there. the apt-get install smokeping installation gives the following error message:
non-standard Apache configuration or missing apache2ctl, not enabling /etc/smokeping/apache2.conf
So I guess smokeping for Ubuntu has not been completely ported to the 2.4.6 version of Apache used in Ubuntu 13.10?
Still I assume that it is easy to fix?