diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 7b920eb1..40ed7262 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -4231,14 +4231,14 @@ sudo /etc/init.d/weewx restart
The reports generated by weewx can be served by a web server running on the same computer as weewx. These are instructions for making - weewx reports available via the apache + weewx reports available via the Apache web server. The process is similar for other web servers such as nginx or lighthttpd.
Install the apache web server on the computer on which +
Install the Apache web server on the computer on which weewx is running. For example, on Debian systems:
@@ -4246,11 +4246,13 @@ sudo /etc/init.d/weewx restartCopy the Apache configuration snippet that comes with - weewx to the apache configuration directory. -
+Configure Apache to see the weewx reports.
-If weewx was installed from DEB or RPM:
+If weewx was installed from RPM, there is + nothing to do since the reports are placed in the Apache DocumentRoot + at /var/www/html/weewx
+ +If weewx was installed from DEB:
sudo ln -s /etc/weewx/apache/conf.d/weewx.conf /etc/apache2/conf.d@@ -4273,7 +4275,7 @@ sudo /etc/init.d/weewx restart
Restart apache:
+Restart Apache:
sudo /etc/init.d/apache2 restart