|
|
|
|
|
by mfontani
5576 days ago
|
|
On Lighty, I simply have: url.redirect = (
"^(.*)php(.*)$" => "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.37.3.tar.bz2",
# other stuff
)
I do not use php on the server.. I don't know if these kits end up downloading the kernel or not, though. |
|
Just throw the request away or return a 404 at the load balancer level.
If you're on Apache use mod_security, if you're not put Varnish in front and configure it to return simple 404 errors on such pages.
But don't mod_rewrite, redirect or otherwise throw traffic onto someone else's server, let alone one that will result in a traffic cost for them.