yes the service has been restarted. log: 192.168.1.204 - - [14/Aug/2016:03:11:27 +0000] "GET / HTTP/1.1" 200 3419 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:11:35 +0000] "GET /weewx HTTP/1.1" 404 503 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:20:02 +0000] "GET /weewx HTTP/1.1" 404 503 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:20:11 +0000] "GET /weewx HTTP/1.1" 404 503 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:22:05 +0000] "GET /weewx HTTP/1.1" 404 503 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:22:09 +0000] "GET / HTTP/1.1" 200 3418 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:22:16 +0000] "GET /weewx HTTP/1.1" 404 503 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:22:26 +0000] "GET /weewx/index.html HTTP/1.1" 404 514 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:24:11 +0000] "GET /weewx/index.html HTTP/1.1" 404 514 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" 192.168.1.204 - - [14/Aug/2016:03:24:14 +0000] "GET /weewx/ HTTP/1.1" 404 503 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36"
==> /var/log/apache2/error.log <== [Sun Aug 14 03:11:10.058005 2016] [core:notice] [pid 2476:tid 1996214272] AH00094: Command line: '/usr/sbin/apache2' [Sun Aug 14 03:19:56.986519 2016] [mpm_event:notice] [pid 2476:tid 1996214272] AH00491: caught SIGTERM, shutting down [Sun Aug 14 03:19:58.439578 2016] [mpm_event:notice] [pid 2638:tid 1996161024] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations [Sun Aug 14 03:19:58.440212 2016] [core:notice] [pid 2638:tid 1996161024] AH00094: Command line: '/usr/sbin/apache2' [Sun Aug 14 03:21:59.621092 2016] [mpm_event:notice] [pid 2638:tid 1996161024] AH00491: caught SIGTERM, shutting down [Sun Aug 14 03:22:01.114269 2016] [mpm_event:notice] [pid 2784:tid 1995943936] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations [Sun Aug 14 03:22:01.114889 2016] [core:notice] [pid 2784:tid 1995943936] AH00094: Command line: '/usr/sbin/apache2' [Sun Aug 14 03:23:18.258074 2016] [mpm_event:notice] [pid 2784:tid 1995943936] AH00491: caught SIGTERM, shutting down [Sun Aug 14 03:23:35.441406 2016] [mpm_event:notice] [pid 621:tid 1996025856] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations [Sun Aug 14 03:23:35.447418 2016] [core:notice] [pid 621:tid 1996025856] AH00094: Command line: '/usr/sbin/apache2' ==> /var/log/apache2/other_vhosts_access.log <== On Saturday, August 13, 2016 at 10:09:41 PM UTC-5, Glenn McKechnie wrote: > > 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] <javascript:>> > 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] <javascript:>. > > 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.
