I needed to set my Apache Web Server to ignore/block all the HEAD requests but respond to GET requests normally. It is very simple with the mod_rewrite, for instance this can be added to .htaccess: RewriteEngine On RewriteCond %{REQUEST_METHOD} HEAD RewriteRule ^.*$ – [F] Second line: RewriteCond %{REQUEST_METHOD} HEAD matches all requests that use method [...]
Tags
aop Apache Apache CXF Apache log4j apt bash debian development disk encryption dpkg drupal drupal7 eclipse gcc gnome hibernate ipc iso Java java frameworks jetty KDE kernel linux logging maven mysql oo packaging postgresql rsync security shell spring spring security ssh struts struts2 symfony2 ubuntu USB views web services wesnoth wget