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]
Popular
Locations of Common Log Files on cPanel Servers
Apache Apache is the web server that is typically utilized by cPanel. On cPanel servers...
How to find the hostname for a domain behind Cloudflare DNS
Finding out what the hostname is for a website using Cloudflare is pretty easily actually. You'll...
How to install NGINX on a cPanel server
Adding NGINX on a cPanel server just got a lot easier with it being added to Easy Apache. These...
How do I stop cron emails?
Just add> /dev/null 2>&1to the end of your cron job command line code. It will work...
How to disable SElinux.
Disabling SELinux Change the /etc/selinux/config (nano /etc/selinux/config) file to # This file...