From f78e1b81dec060efb3e02abafc028b2594e950fc Mon Sep 17 00:00:00 2001
From: matthewwall
If weewx was installed using - setup.py:
+ setup.py, you must install an Apache + configuration snippet to tell Apache where to find the reports:sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d@@ -4270,7 +4271,7 @@ sudo /etc/init.d/weewx restart AllowOverride None </Directory> -
Restart Apache:
+Restart Apache to make the changes happen:
sudo /etc/init.d/apache2 restart