From f78e1b81dec060efb3e02abafc028b2594e950fc Mon Sep 17 00:00:00 2001 From: matthewwall Date: Thu, 8 Sep 2016 11:08:41 -0400 Subject: [PATCH] still more cleanup of apache instructions --- docs/usersguide.htm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 406dd7b9..8a898949 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -4254,7 +4254,8 @@ sudo /etc/init.d/weewx restart /var/www/html/weewx

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