[users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
I have a FORMER production system, Sun Solaris 10 running Apache HTTPD v2.2.6, with a highly customized configuration. It delivers files with the extension .ram with the desired Content-Type: audio/x-pn-realaudio, due to the contents of its TypesConfig specified file, which contains

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Eric Covener
I'll note I even put in the following, to no avail: FilesMatch ^/(.*).ram$ ForceType audio/x-pn-realaudio /FilesMatch I wonder if on the 2nd system the files are not really served by the default handler and somehow end up pumped through e.g. PHP?

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Eric Covener wrote: I'll note I even put in the following, to no avail: FilesMatch ^/(.*).ram$ ForceType audio/x-pn-realaudio /FilesMatch I wonder if on the 2nd system the files are not really served by the default handler and somehow end up pumped through e.g. PHP?

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Eric Covener wrote: I'll note I even put in the following, to no avail: FilesMatch ^/(.*).ram$ ForceType audio/x-pn-realaudio /FilesMatch I wonder if on the 2nd system the files are not really served by the default handler and somehow end up pumped through e.g. PHP?

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Tom Evans
On Wed, Aug 22, 2012 at 4:26 PM, J.Lance Wilkinson jl...@psu.edu wrote: Eric Covener wrote: I wonder if on the 2nd system the files are not really served by the default handler and somehow end up pumped through e.g. PHP? We've noted that NO MATTER WHERE this FilesMatch stanza appears

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Tom Evans wrote: On Wed, Aug 22, 2012 at 4:26 PM, J.Lance Wilkinson jl...@psu.edu wrote: Eric Covener wrote: I wonder if on the 2nd system the files are not really served by the default handler and somehow end up pumped through e.g. PHP? We've noted that NO MATTER WHERE this

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread Alex Bligh
--On 22 August 2012 13:05:40 -0400 J.Lance Wilkinson jl...@psu.edu wrote: ForceType nor the fact the file extension, .ram, has a match for the mime type of audio\x-pn-realaudio in the cited TypesConfig file seems to be applying the correct Content-Type header on the

Re: [users@httpd] Two OS's, two HTTPDs, two different handlings of Mime Type?

2012-08-22 Thread J.Lance Wilkinson
Alex Bligh wrote: --On 22 August 2012 13:05:40 -0400 J.Lance Wilkinson jl...@psu.edu wrote: ForceType nor the fact the file extension, .ram, has a match for the mime type of audio\x-pn-realaudio in the cited TypesConfig file seems to be applying the correct Content-Type header