You always want to look at your logs for both syslog and apache for the 
gory details.

There are a couple alternate ways to get there....

   - edit weewx.conf to tell it where to write its html to
      - at the top of the [[StandardReport]] section in weewx.conf, edit 
      HTML_ROOT to point to /var/www/html which is where Apache thinks the web 
      root is (weewx restart required)
   - or point the apache DOCROOT at weewx's tree
      - rename /var/www/html and create a symlink pointing to 
      /home/weewx/public_html  (no apache or weewx restarts needed)
   - or point the weewx's HTML_ROOT at apache's tree
      - rename /home/weewx/public_html and create a symlink pointing to 
      /var/www/html (weewx restart required)
   
FWIW, I use the second method here but that's just how I chose to do it.

-- 
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/b202b43d-86fb-4364-8897-fe60457bd659n%40googlegroups.com.

Reply via email to