You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2002/09/03 17:54:46 UTC

cvs commit: httpd-2.0/docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf

ianh        2002/09/03 08:54:46

  Modified:    .        CHANGES
               docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf
  Log:
  switch x-icon to httpd.conf instead of mime.types
  
  Revision  Changes    Path
  1.912     +1 -1      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.911
  retrieving revision 1.912
  diff -u -r1.911 -r1.912
  --- CHANGES	3 Sep 2002 15:01:28 -0000	1.911
  +++ CHANGES	3 Sep 2002 15:54:45 -0000	1.912
  @@ -1,6 +1,6 @@
   Changes with Apache 2.0.41
   
  -  *) Add image/x-icon to mime.types PR 10993.
  +  *) Add image/x-icon to httpd.conf PR 10993.
        [Ian Holsman, Peter Bieringer <pb...@bieringer.de>]
   
     *) Fix FileETags none operation.  PR 12207.
  
  
  
  1.22      +1 -0      httpd-2.0/docs/conf/httpd-nw.conf
  
  Index: httpd-nw.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-nw.conf,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- httpd-nw.conf	24 Aug 2002 22:37:53 -0000	1.21
  +++ httpd-nw.conf	3 Sep 2002 15:54:46 -0000	1.22
  @@ -706,6 +706,7 @@
   # make certain files to be certain types.
   #
   AddType application/x-tar .tgz
  +AddType image/x-icon .ico
   
   #
   # AddHandler allows you to map certain file extensions to "handlers",
  
  
  
  1.18      +1 -0      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- httpd-std.conf.in	24 Aug 2002 22:37:53 -0000	1.17
  +++ httpd-std.conf.in	3 Sep 2002 15:54:46 -0000	1.18
  @@ -819,6 +819,7 @@
   # file mime.types for specific file types.
   #
   AddType application/x-tar .tgz
  +AddType image/x-icon .ico
   
   #
   # AddHandler allows you to map certain file extensions to "handlers":
  
  
  
  1.67      +1 -0      httpd-2.0/docs/conf/httpd-win.conf
  
  Index: httpd-win.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- httpd-win.conf	24 Aug 2002 22:37:54 -0000	1.66
  +++ httpd-win.conf	3 Sep 2002 15:54:46 -0000	1.67
  @@ -719,6 +719,7 @@
   # file mime.types for specific file types.
   #
   AddType application/x-tar .tgz
  +AddType image/x-icon .ico
   
   #
   # AddHandler allows you to map certain file extensions to "handlers":
  
  
  

Re: cvs commit: httpd-2.0/docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf

Posted by Ian Holsman <ia...@apache.org>.
David Shane Holden wrote:
> ianh@apache.org wrote:
> 
>> ianh        2002/09/03 08:54:46
>>
>>   Modified:    .        CHANGES
>>                docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf
>>   Log:
>>   switch x-icon to httpd.conf instead of mime.types
> 
> 
> Did you mean to leave x-icon in mime.types?
> 
> Shane
> 
no.
Thanks for the catch.


Re: cvs commit: httpd-2.0/docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf

Posted by David Shane Holden <dp...@yahoo.com>.
ianh@apache.org wrote:
> ianh        2002/09/03 08:54:46
> 
>   Modified:    .        CHANGES
>                docs/conf httpd-nw.conf httpd-std.conf.in httpd-win.conf
>   Log:
>   switch x-icon to httpd.conf instead of mime.types

Did you mean to leave x-icon in mime.types?

Shane