You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Roy Fielding <fi...@hyperreal.com> on 1996/09/19 19:13:14 UTC

cvs commit: apache/conf mime.types

fielding    96/09/19 10:13:13

  Modified:    conf      mime.types
  Log:
  Removed reference to CGI type in mime.types -- that should only be set
  by a specific AddHandler directive.
  
  Revision  Changes    Path
  1.8       +1 -2      apache/conf/mime.types
  
  Index: mime.types
  ===================================================================
  RCS file: /export/home/cvs/apache/conf/mime.types,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** mime.types	1996/08/20 13:18:56	1.7
  --- mime.types	1996/09/19 17:13:12	1.8
  ***************
  *** 1,5 ****
    # This is a comment. I love comments.
  ! # $Id: mime.types,v 1.7 1996/08/20 13:18:56 paul Exp $
    
    
    application/activemessage
  --- 1,5 ----
    # This is a comment. I love comments.
  ! # $Id: mime.types,v 1.8 1996/09/19 17:13:12 fielding Exp $
    
    
    application/activemessage
  ***************
  *** 34,40 ****
    application/x-gtar		gtar
    application/x-gzip
    application/x-hdf		hdf
  - application/x-httpd-cgi		cgi
    application/x-koan		skp skd skt skm
    application/x-latex		latex
    application/x-mif		mif
  --- 34,39 ----