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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to