rse         98/08/03 00:18:35

  Modified:    src      CHANGES
               conf     mime.types
  Log:
  Add correct `model' MIME types from RFC2077 to mime.types file.
  
  PR: 2732
  
  Revision  Changes    Path
  1.995     +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.994
  retrieving revision 1.995
  diff -u -r1.994 -r1.995
  --- CHANGES   1998/08/02 11:18:24     1.994
  +++ CHANGES   1998/08/03 07:18:30     1.995
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.2
   
  +  *) Add correct `model' MIME types from RFC2077 to mime.types file.
  +     [Ralf S. Engelschall] PR#2732
  +
     *) Fixed examples in mod_rewrite.html document. 
        [Youichirou Koga <[EMAIL PROTECTED]>, Ralf S. Engelschall] PR#2756
   
  
  
  
  1.14      +5 -2      apache-1.3/conf/mime.types
  
  Index: mime.types
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/mime.types,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mime.types        1998/07/19 07:10:03     1.13
  +++ mime.types        1998/08/03 07:18:33     1.14
  @@ -2,7 +2,8 @@
   # given file extensions.  Sending the correct MIME type to the client
   # 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.
  +# in your config files. For more information about MIME types
  +# please read RFC 2045,2046,2047,2048,2077.
   
   # MIME type                  Extension
   application/activemessage
  @@ -85,6 +86,9 @@
   message/news
   message/partial
   message/rfc822
  +model/iges                   igs iges
  +model/vrml                   wrl vrml
  +model/mesh                   msh mesh silo
   multipart/alternative
   multipart/appledouble
   multipart/digest
  @@ -102,4 +106,3 @@
   video/x-msvideo                      avi
   video/x-sgi-movie            movie
   x-conference/x-cooltalk              ice
  -x-world/x-vrml                       wrl vrml
  
  
  

Reply via email to