In the absence of an apache expert.... I don't recognize config.d , except as a vague memory.
For me, that config sits in /etc/apache2/conf-available/weewx.conf with a symlink from /etc/apache2/conf-enabled lrwxrwxrwx 1 root root 38 Mar 10 12:37 weewx.conf -> /etc/apache2/conf-available/weewx.conf Have you restarted apache? systemctl restart apache2 or /etc/init.d/apache2 restart What's in the logs? Assuming /var/log/apache2 then tail -f /var/log/apache2/*.log (Ctrl C to exit) On 14 August 2016 at 12:16, Jimmy r <[email protected]> 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.
