Hej!
Körde testet som finns på Testadatorn.se och där får jag att följande har hittats:
Allvarlighetsgrad Kategori Port Problem och lösningar
Varning CGI abuses http (80/tcp)
This script determines which version of the HTTP protocol the remote
host is speaking
Risk factor : None
Det står att man löser detta genom att
If you are using Apache, add the following lines for each virtual
host in your configuration file :RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
Men får det inte att fungera, använder inga virtual hostar.
Förslag?