Installing Illustrated Audio File Support on your Server

If you wish to serve Illustrated Audio files from your HTTP server, all you need to do is define a new MIME type in the server configuration files.

For example, edit the file

/usr/local/etc/httpd/conf/mime.types
and add the line
audio/x-illustrated  ia

Now all files that have an extension of .ia will be served as the type "audio/x-illustrated". As long as WWW browsers are configured to recognize this type, you are all set.