here is the sure-fire way to fix it (assuming that the user 'weewx' and
group 'weewx' exist):
sudo find /var/www/html/weewx -type d -exec chmod 2775 {} \;
sudo find /var/www/html/weewx -type t -exec chmod 644 {} \;
sudo chown -R weewx /var/www/html/weewx
sudo chgrp -R weewx /var/www/html/weewx
my apologies for double-posting.
--
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/2c79b9a1-57b7-4bde-8ff5-03a57e353033n%40googlegroups.com.