=====logging acces to attacked files under apache via php===== Lets say my server is scanned by scripts from time to time. I see popping up a 404 error un the logs for /libraries/joomla/exporter.php which is not a file belonging to joomla and exists only on hacked joomla instances, so theres no reason to GET this file other than malicious ones. So I've placed a file there, which logs the connection attempts Sure there are other ways like analyzing apachze logs, but i think this is more comfortable. touch visitors.log chown www-data:www-data visitors.log chmod og-r visitors.log