I am getting a message over and over in the apache log file. Is this anything to get worry about? HTML: May 21 23:45:57 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/HNAP1 [Wed May 21 23:46:00 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/TEADevInfo [Wed May 21 23:59:45 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/HNAP1 [Wed May 21 23:59:48 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 00:06:03 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 00:06:06 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 00:19:50 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 00:19:53 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 00:26:11 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 00:26:14 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 00:39:59 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 00:40:02 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 00:46:17 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 00:46:20 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 01:00:06 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 01:00:09 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 01:06:24 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 01:06:27 2008] [error] [client 192.168.1.198] File does not exist: /var/www/sharedip/TEADevInfo [Thu May 22 01:20:13 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/HNAP1 [Thu May 22 01:20:16 2008] [error] [client 192.168.1.199] File does not exist: /var/www/sharedip/TEADevInfo
Is there somthing I can put in the .htaccess file, Or just leave it as is? Thanks for having this site.
If you know the IP address, you can put something like Code: deny from 1.2.3.4 into your Apache configuration (or in an .htaccess file).