Are they there? ls -al /home/weewx/public_html
If you click on an image (to display only it in the browser page) what does the message say, what is the link (URL) that's displayed look in the apache logs for any relevant messages ditto in /var/log/syslog for any weewx image specific messages (I suspect this will be the most informative - but do all the above beforehand ! ) On 15 August 2016 at 10:13, Jimmy r <[email protected]> wrote: > page is loading now (thanks!) but the images don't show up just > placeholders. > > i edited the file again like you stated below > 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> > > > On Saturday, August 13, 2016 at 9:16:58 PM UTC-5, Jimmy r wrote: >> >> Getting The requested URL /weewx was not found on this server.. Trying to >> figure out what is wrong. the default Apache webpage shows up at >> http://192.168.1.129/ >> >> 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> >> >> checked and index.html is in /home/weewx/public_html >> >> permissions on index.html >> -rw-r--r-- 1 root root 11152 Aug 14 02:05 index.html >> >> any help would be great >> >> > -- > 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. -- 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.
