On Sunday, August 2, 2015 at 2:04:47 PM UTC+12, mwall wrote:
Hi m
Let's see what this old brain can remember :}
The new debian seems to have changed more than just the /var/www/html part.
It also changed /etc/apache2/conf.d to /etc/apache2/conf-available and /etc/apache2/conf-enabled respectively.
So ...
cp /etc/weewx/apache/conf.d/weewx.conf /etc/apache2/conf-available
Edit that to point at /var/www/weewx instead of /home/weewx/public_html
I took the liberty to modify the new apache config to point @ /var/www as the Documentroot because I didn't like the extra html part,
and the beaglebone won't run any webby things other than weewx and icinga.
a2enconf weewx
I think that's it.
Cheers,
Andrej