1 2To set up imd, you need to add the following directives to an apache 3conf file. If you have sufficient permissions, you can add these to the 4.htaccess files for an image directory: 5 6AddHandler cgi-script .cgi 7AddHandler imd-handler .imd 8Action imd-handler /url/path/to/imd.cgi 9 10Then, copy example.imd to somewhere in your URL space, and modify the 11settings in there. You will probably need to modify Template to point 12to the installed location of the imd.cs file. You can personalize the 13imd.cs file to personalize your image server. 14 15