You can block libwww-perl at the website level with htaccess.

Simply add this code into your access file in the public_html folder:

RewriteEngine On 
RewriteBase / 
RewriteCond %{HTTP_USER_AGENT} libwww-perl.* 
RewriteRule .* – [F,L]

Was this answer helpful? 273 Users Found This Useful (343 Votes)