Apache2 Rules - File dont exist.

Hello i need apache2 rule, cuz somebody or bots i dont know check for unavaible resources. This make my server heavy loaded. I seen this in my logs.

[Wed Jan 28 14:08:34 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.0-pl1
[Wed Jan 28 14:08:34 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.0-pl2
[Wed Jan 28 14:08:35 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.0-pl3
[Wed Jan 28 14:08:35 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.1-rc1
[Wed Jan 28 14:08:36 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.1-rc2
[Wed Jan 28 14:08:36 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.1
[Wed Jan 28 14:08:37 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.1-pl1
[Wed Jan 28 14:08:38 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.1-pl2
[Wed Jan 28 14:08:38 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.1-pl3
[Wed Jan 28 14:08:39 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.2-rc1
[Wed Jan 28 14:08:39 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.2-beta1
[Wed Jan 28 14:08:40 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.2-rc1
[Wed Jan 28 14:08:41 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.2
[Wed Jan 28 14:08:41 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.2-pl1
[Wed Jan 28 14:08:42 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.3
[Wed Jan 28 14:08:42 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.3-rc1
[Wed Jan 28 14:08:43 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.3
[Wed Jan 28 14:08:44 2009] [error] [client 62.220.129.2] File does not exist: /home/phpMyAdmin-2.6.3-pl1

Can somebody help me for this rule?

See FAQ

The FAQ posting FAQ: is-it-possible-to-block-hosts-abusing-non-hosts-access-services-such-as-apache
has all the info needed. The pattern needed is this, though I have not tested it:

    "apache-file-not-found": r'\[client {HOST_IP}\] File does not exist: /home/phpMyAdmin',

But it may be better to use Apache configuration itself to quickly return appropriate response to queries for non-existent files.