Apache gurus - strange error?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheSaint
    Confirmed User
    • Jun 2003
    • 991

    #1

    Apache gurus - strange error?

    I am getting choked with the following error in my error logs every 3 seconds:

    [warn] Cannot get media type from 'windows'

    Googled it to no avail.

    It doesn't seem to cause any harm. I suspect it might be related to my last apache change, I added:

    AddType Windows Media Audio/Video file .wmv

    That was a solution I found to make .wmv files download properly in firefox, but then again maybe this has nothing to do with it. Since I made that change to apache wmv works perfecty in Firefox again.
    I have no signature
  • jayme_
    Confirmed User
    • Jan 2005
    • 158

    #2
    I think the addtype line should be:

    AddType video/x-ms-wmv wmv

    Comment

    • adultguus
      Confirmed User
      • Jul 2004
      • 815

      #3
      Originally posted by jayme_
      I think the addtype line should be:

      AddType video/x-ms-wmv wmv
      I'm sure that this is causing that error you see. The line should be what jayme_ said.
      Want to have your own review site in 2 minutes? Visit us now!
      For the surfers: Porn Reviews

      Comment

      • TheSaint
        Confirmed User
        • Jun 2003
        • 991

        #4
        Originally posted by jayme_
        I think the addtype line should be:

        AddType video/x-ms-wmv wmv
        I'll try that right away; funny thing is, it worked fine.
        I have no signature

        Comment

        Working...