61 pointsSerious WPMU DEV-sterI'm new here
johnnytee
Member
—
12th February 2009
I keeping getting an error like this in my logs from different IP. Anyone know what this is?
[error] [client 62.219.18.64] script '/vol/var/www/wordpress-mu/alive.php' not found or unable to stat
[Thu Feb 12 00:51:51 2009] [error] [client 66.249.71.90] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
I keeping getting an error like this in my logs from different IP. Anyone know what this is?
[error] [client 62.219.18.64] script '/vol/var/www/wordpress-mu/alive.php' not found or unable to stat
[Thu Feb 12 00:51:51 2009] [error] [client 66.249.71.90] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
12th February 2009
#
Not sure if it would have helped in this case but if you;re looking for a filename and you can ssh into your space, you can always use a grep. From the root of your install, do a:
grep "alive.php" * -r
(I think that's right for looking for text within all files within current and child directories.)
Responses (4)
Founder & CEO — 12th February 2009 #
It's a new one for me, never heard of it!
Member — 12th February 2009 #
yeah did a google search and nothing found
Member — 12th February 2009 #
ok I'm an idiot , i set a service monitor about a month ago and forgot about it.... wow i need to take a break!
CLOSED
Keeper of the Dark Chocolate — 12th February 2009 #
Not sure if it would have helped in this case but if you;re looking for a filename and you can ssh into your space, you can always use a grep. From the root of your install, do a:
grep "alive.php" * -r
(I think that's right for looking for text within all files within current and child directories.)
Become a member