On 15 August 2016 at 09:55, Jimmy r <[email protected]> wrote: > i get: > > Forbidden > > You don't have permission to access /weewx on this server. >
OK, Getting closer. I copied the 2.2 config file as the example, it should have been the 2.4. So make the changes to reflect the 2.4 version ie: 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> > weewx@raspberrypi:/etc/apache2/conf-available $ ls -al > > total 32 > > drwxr-xr-x 2 root root 4096 Aug 14 23:53 . > > drwxr-xr-x 8 root root 4096 Aug 14 01:43 .. > > -rw-r--r-- 1 root root 315 Jul 5 21:22 charset.conf > > -rw-r--r-- 1 root root 3224 Jul 5 21:22 localized-error-pages.conf > > -rw-r--r-- 1 root root 189 Jul 5 21:22 other-vhosts-access-log.conf > > -rw-r--r-- 1 root root 2190 Jul 20 06:41 security.conf > > -rw-r--r-- 1 root root 455 Jul 5 21:22 serve-cgi-bin.conf > > -rw-r--r-- 1 root root 225 Aug 14 23:45 weewx.conf and as a sanity check, ls -al /etc/apache2/conf-enabled Tell me it now works :-) cause I'm getting near empty. -- 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.
