default mime types not recognized

default mime types not recognized

Post by sa » Wed, 30 Jun 1999 04:00:00



Hi everybody

I am running apache 1.2

my server is sending garbage for midi files and also director files
(those have been tested - others might not work as well)

I checked mime.types
I checked directory reference for mime.types in httpd.conf

all entries are there and OK
I played with different settings for midi - nothing worked
I restarted the server (each time :-)

check
http://www.lightage.com/test.mid
http://Tachyonenergy.com/de/the_magic_shock.dcr

both files work off-line with navigator and test.mid works off another
apache server too

any pointers?

thanx in advance!

-sam

 
 
 

default mime types not recognized

Post by George Girar » Wed, 30 Jun 1999 04:00:00


This is the HTTP header I got for:
HEAD /test.mid HTTP/1.0

HTTP/1.1 200 OK
Date: Wed, 30 Jun 1999 01:31:08 GMT
Server: Apache/1.2.6 Red Hat
Last-Modified: Fri, 25 Jun 1999 17:47:18 GMT
ETag: "4023-695-3773c0a6"
Content-Length: 1685
Accept-Ranges: bytes
Connection: close
Content-Type: text/plain

Content-Type is wrong????

I have a personal web site and I added this to the .htaccess file
AddType audio/x-midi .mid
AddType audio/midi mid

George Girard, Programmer/FiddlerArounder
I See All.. I Know All.. I Am The Wizard...
http://www.magnolia.net/~georgegg/The.Wizard's.Mysterious.Page


Quote:>Hi everybody

>I am running apache 1.2

>my server is sending garbage for midi files and also director files
>(those have been tested - others might not work as well)

>I checked mime.types
>I checked directory reference for mime.types in httpd.conf

>all entries are there and OK
>I played with different settings for midi - nothing worked
>I restarted the server (each time :-)

>check
>http://www.lightage.com/test.mid
>http://Tachyonenergy.com/de/the_magic_shock.dcr

>both files work off-line with navigator and test.mid works off another
>apache server too

>any pointers?

>thanx in advance!

>-sam


 
 
 

default mime types not recognized

Post by Ron Klatchk » Thu, 01 Jul 1999 04:00:00



> Content-Type is wrong????

> I have a personal web site and I added this to the .htaccess file
> AddType audio/x-midi .mid
> AddType audio/midi mid

Check your AllowOverride settings to make sure it has FileInfo.

moo
----------------------------------------------------------------------
          Ron Klatchko - Manager, Advanced Technology Group          
           UCSF Library and Center for Knowledge Management          

 
 
 

default mime types not recognized

Post by sa » Fri, 02 Jul 1999 04:00:00


On Wed, 30 Jun 1999 09:02:51 -0700, Ron Klatchko



>> Content-Type is wrong????

>> I have a personal web site and I added this to the .htaccess file
>> AddType audio/x-midi .mid
>> AddType audio/midi mid

>Check your AllowOverride settings to make sure it has FileInfo.

>moo

thanx for your reply moo

you mean AllowOverride  in access.conf I asume -
but there  AllowOverride comes in a multitude of flavors :-)

can you be so kind to specify in which context you mean to look for
fileinfo, possibly post an excerpt from your access.conf

thanx again!

-sam

>----------------------------------------------------------------------
>          Ron Klatchko - Manager, Advanced Technology Group          
>           UCSF Library and Center for Knowledge Management