Martin Smallridge
Martin Smallridge
Can confirm behaviour in version 4.1.0.3
In case anyone else has this issue I tried a workaround that's considerable less elegant. Edit: **common_http.conf** **Locate:** `location ~ /\.ht { deny all; }` **Replace with:** `location ~ !/dev/...
It's almost certainly an edge case. I'm using SVN to develop a web application/site so store changes to an .htaccess is required as part of that. Either way, the workaround...
> I got around the problem by moving all the images to a different virtual host, and modifying the html appropriately - you _can_ have separate mod_evasive settings for virtual...