If your server is sending out spam because of some bad scripts, hunt that stuff down:
grep POST /var/log/httpd/access_log | awk '{ print $7 }' | sort | uniq -c | sort -rn
Or on Plesk:
grep POST /home/httpd/vhosts/*/statistics/logs/access_log | awk '{ print $7 }' | sort | uniq -c | sort -rn












Entries (RSS)
Hello,
I did run the second command
and I see a very big list like this:
76954 /yshout/yshout.php
2522 /eshop/index.php?target=lh_visitor
439 /forum/mgc_chatbox.php
what should I do with these?