Server-Side Image Maps changes.
The format of the map files Apache uses differs slightly from the format we used on the CERN server. We have provided a simple conversion utility which should convert most maps with no problem. The syntax is simple:
$~www/bin/convertmap your.map
For the more adventurous, you can convert an entire directory's worth of maps with the folowing:
$find yourwebdirectory -name '*.map' -exec /usr/local/www/bin/convertmap {} \;
This will start at yourwebdirectory and run the convertmap utility on every file it finds with the extension .map.