Hi All,
I recently upgraded a Rasbperry Pi running the latest rev of Weewx, 2.3.1, via the .deb install and it is in simulator mode. It appears as though everything is running correctly, however when I open up my browser I receive a 404 File Not Found error. Apache is installed locally on the Raspberry Pi as is Weewx and I can get to the Apache test page successfully.
From the CLI of the Pi I can see the files being updated in the /var/www/weeex directory, so I know the files are there.
When I do an ls -l, I see the permissions on the index.html file is set to -rw-r--r-- 1 root root 12950 Jun 14 15:30 index.html
I have also pasted in the output from the debug log below.
pi@pi /var/www/weewx $ sudo tail -f /var/log/syslog
Jun 14 15:20:15 pi weewx[10004]: Archive: added archive record 2013-06-14 15:20:00 EDT (1371237600)
Jun 14 15:20:16 pi weewx[10004]: filegenerator: generated 1 'SummaryByMonth' files in 0.38 seconds
Jun 14 15:20:18 pi weewx[10004]: filegenerator: generated 1 'SummaryByYear' files in 1.97 seconds
Jun 14 15:20:21 pi weewx[10004]: filegenerator: generated 12 'toDate' files in 2.37 seconds
Jun 14 15:20:23 pi weewx[10004]: genimages: Generated 11 images in 2.76 seconds
Jun 14 15:25:15 pi weewx[10004]: Archive: added archive record 2013-06-14 15:25:00 EDT (1371237900)
Jun 14 15:25:16 pi weewx[10004]: filegenerator: generated 1 'SummaryByMonth' files in 0.39 seconds
Jun 14 15:25:18 pi weewx[10004]: filegenerator: generated 1 'SummaryByYear' files in 1.99 seconds
Jun 14 15:25:21 pi weewx[10004]: filegenerator: generated 12 'toDate' files in 2.58 seconds
Jun 14 15:25:24 pi weewx[10004]: genimages: Generated 11 images in 2.60 seconds
Jun 14 15:30:15 pi weewx[10004]: Archive: added archive record 2013-06-14 15:30:00 EDT (1371238200)
Jun 14 15:30:16 pi weewx[10004]: filegenerator: generated 1 'SummaryByMonth' files in 0.38 seconds
Jun 14 15:30:18 pi weewx[10004]: filegenerator: generated 1 'SummaryByYear' files in 1.98 seconds
Jun 14 15:30:21 pi weewx[10004]: filegenerator: generated 12 'toDate' files in 2.74 seconds
Jun 14 15:30:24 pi weewx[10004]: genimages: Generated 11 images in 2.58 seconds
Any thoughts as to why no files load in the browser? Do I not have my permissions set correctly? If so, what steps do I need to do to correct?
Thank you!
Mike