NCSA HTTPD srm.conf to use the appl/desktop/file bitmap symbols The following is an example for part of the "srm.conf" configuration file used by the NCSA Http Daemon version 1.3 (and up?). This will allow the http server to make better use of the expanded set of file symbols found in appl/desktop/file. Just copy the symbols in that directory to the httpd's icon directory and modify the "srm.conf" as given below. --------------8<-----------CUT HERE--------------8<--------------- # FancyIndexing is whether you want fancy directory indexing or standard FancyIndexing on # AddIcon tells the server which icon to show for different files or filename # extensions AddIconByType (TXT,/icons/text.xbm) text/* AddIconByType (IMG,/icons/image.xbm) image/* AddIconByType (SND,/icons/sound.xbm) audio/* AddIcon /icons/movie.xbm .mpg .qt .mpeg .mpe AddIcon /icons/binary.xbm .bin AddIcon /icons/tar.xbm .tar AddIcon /icons/xbm.xbm .xbm .bm AddIcon /icons/xpm.xbm .xpm .pm AddIcon /icons/uu.xbm .uu AddIcon /icons/binhex.xbm .binhex AddIcon /icons/compressed.xbm .Z .gz .tgz AddIcon /icons/dirup.xbm .. AddIcon /icons/dir.xbm ^^DIRECTORY^^ AddIcon /icons/blank.xbm ^^BLANKICON^^ # DefaultIcon is which icon to show for files which do not have an icon # explicitly set. DefaultIcon /icons/unknown.xbm --------------8<-----------CUT HERE--------------8<--------------- Anthony Thyssen http://www.cit.gu.edu.au/~anthony/