Got a nasty virus that updates files via post to php scripts... want to stop it at apache... anyone know how?
Please!
Please!
<IfModule mod_security.c> # Sends matching requests a 405 Method Not Allowed Status Code SecFilterSelective REQUEST_METHOD "!^(GET|HEAD|OPTIONS)$" "deny,auditlog,status:405" </IfModule>



Comment