> [Sun Aug 14 03:23:35.441406 2016] [mpm_event:notice] [pid 621:tid
> 1996025856] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal


Ah!  Apache/2.4.10

Try commenting out the 2.2 line and enabling the 2.4 then restart apache2 .

ie:
config.d
alias /weewx /home/weewx/public_html
<Directory /home/weewx/public_html>
  Options FollowSymlinks
  AllowOverride None
# for apache 2.2
# Order allow,deny
# Allow from all
# for apache 2.4
  Require all granted
</Directory>

Hopefully that will be enough (although the config.d still bothers me :-)

-- 

Cheers
 Glenn

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to