This may not be the correct forum but I am not sure what section this comes under. We have a section of our site which includes an example of an interactive calendar. Every minute of each day, this calendar is accessed by the bot detailed below. Not a problem except for giving misleading info in my log file, but why is this happening?
I have X'd out the remote address but it is always 1 of 4 different addresses.
Keith
I have X'd out the remote address but it is always 1 of 4 different addresses.
Code:
$ENV{'REMOTE_ADDR'} - XX.XXX.XX.XXX
$ENV{'HTTP_USER_AGENT'} - Mozilla/5.0 (compatible; Googlebot/2.1;
$ENV{'HTTP_REFERER'} - +[URL unfurl="true"]http://www.google.com/bot.html)[/URL] -
Keith