*in regards to the web page delivering the WEEWX reports outlined here:*

*Configure Apache to see the WeeWX reports.*

   - 
   
   If WeeWX was installed from DEB or RPM package, no configuration should 
   be necessary since the reports are placed in the directory 
   /var/www/html/weewx, which is in the Apache DocumentRoot directory 
   /var/www/html
   - 
   
   If WeeWX was installed using setup.py, you must tell Apache where to 
   find the WeeWX reports. One method is to install an Apache configuration 
   snippet: 
   
   sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
   
   Be sure that the path in the Apache configuration snippet matches the 
   HTML_ROOT defined in the WeeWX configuration file. For example, the path 
   for a default setup.py installation would look like this: 
   
   Alias /weewx /home/weewx/public_html
   <Directory /home/weewx/public_html>
       Options FollowSymlinks
       AllowOverride None
   </Directory>
   
   Restart Apache to make the changes happe
   - 
   - 
   - 
   
   *I  loaded from the DEB package but as stated above "no further 
   configuration is needed , But I see the Apache default web page at my URL. 
   I assume I need to reconfig a path or file name.*
   - *How can i resolve this ?*
   - *Thanks in advance*
   - 
*Doug *
   - 
   

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5446e901-4784-4bff-a76a-4813d759231f%40googlegroups.com.

Reply via email to