marc 98/08/20 20:13:36
Modified: conf mime.types Log: Fix mime.types file. While I am at it, fix x,y,z --> nicer x, y, and z. Reviewed by: Rob McCool Revision Changes Path 1.15 +3 -1 apache-1.3/conf/mime.types Index: mime.types =================================================================== RCS file: /export/home/cvs/apache-1.3/conf/mime.types,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- mime.types 1998/08/03 07:18:33 1.14 +++ mime.types 1998/08/21 03:13:35 1.15 @@ -3,7 +3,7 @@ # is important so they know how to handle the content of the file. # Extra types can either be added here or by using an AddType directive # in your config files. For more information about MIME types -# please read RFC 2045,2046,2047,2048,2077. +# please read RFC 2045, 2046, 2047, 2048, and 2077. # MIME type Extension application/activemessage @@ -106,3 +106,5 @@ video/x-msvideo avi video/x-sgi-movie movie x-conference/x-cooltalk ice + +# This is a comment. I love comments.