Jes Kasper Klittum wrote:
> I usually grep the access log for POST and php - that oftenly finds the
> culprit.
>
> cat /var/log/httpd/access_log | grep php | grep POST
This is (almost) what I did in the end and found one script being used
more than I would have thought, given the content of the site. I
updated the PHP script and everything is much quieter this morning.
I'm going to give Hugh's grep suggestion a go as well in case there are
others on the server that our friendly neighbourhood spammers haven't
found yet. Thanks to both of you for your suggestions.
Regards,
D