Forum Moderators: DixonJones
the following flavors currently pound my site for unknown reasons and i find little to no information about them. they are indexing / looking at the most peculiar of things too...
Java/1.5.0_06
java/1.4.1_04
java/1.4.2_06
java/1.5.0_06
i've tried to ban them site relentlessly but they always came back. so far the only successful method of ban that seems to work on them is
SetEnvIfNoCase User-Agent "java/1.4.1_04" bad_bot
SetEnvIfNoCase User-Agent "java/1.4.2_06" bad_bot
SetEnvIfNoCase User-Agent "java/1.5.0_06" bad_bot
SetEnvIfNoCase User-Agent "snapbot/1.0" bad_bot
Order Allow,Deny
Allow from all
Deny from env=bad_bot
i have also had reports from legitimate users that they now receive 403 forbidden errors, but i still get hits and people browsing the site fine (just as i do)... could the bits i posted above be keeping legit users from accessing my site?
It's just what it says it is, it's something written in java accessing your site, such as an RSS reader if you have a blog, so in fact you could be stopping some RSS reader written in Java from working.
One one site I let my RSS Feed get accessed by all, it's just snippets and it's unprotected, but block anything from pulling pages from my website so they'll need to click to my site to read the rest of the page.
It's just what it says it is, it's something written in java accessing your site, such as an RSS reader if you have a blog, so in fact you could be stopping some RSS reader written in Java from working.
One one site I let my RSS Feed get accessed by all, it's just snippets and it's unprotected, but block anything from pulling pages from my website so they'll need to click to my site to read the rest of the page.
Just block it via your .htaccess or if you use a scripting language such as PHP use the following...
[webmasterworld.com...]
- John
Java/1.4.2_01 user agent
What is it?
[webmasterworld.com...]
Strange hits from random. bots?
Logs show multiple 20 hit sessions with java browser
[webmasterworld.com...]
(How to block it...)
How to ban (compatible ; type requests
Note space between compatible and semicolon
[webmasterworld.com...]