Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAB04DC7C for ; Thu, 25 Oct 2012 20:35:22 +0000 (UTC) Received: (qmail 41858 invoked by uid 500); 25 Oct 2012 20:35:19 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 41836 invoked by uid 500); 25 Oct 2012 20:35:19 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 41828 invoked by uid 99); 25 Oct 2012 20:35:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 20:35:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [146.186.149.142] (HELO tr21g12.aset.psu.edu) (146.186.149.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 20:35:12 +0000 Received: from [128.118.15.9] (perdita.dlt.psu.edu [128.118.15.9]) by tr21g12.aset.psu.edu (8.14.3/8.14.3) with ESMTP id q9PKYoLe2195520; Thu, 25 Oct 2012 16:34:50 -0400 Message-ID: <5089A26A.80207@psu.edu> Date: Thu, 25 Oct 2012 16:34:50 -0400 From: "J.Lance Wilkinson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: users@httpd.apache.org CC: jlw12@psu.edu References: <50893FC6.60504@psu.edu> <50895D5F.4050102@psu.edu> In-Reply-To: <50895D5F.4050102@psu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] MIME types not delivering J.Lance Wilkinson wrote: > The file itself is being genrated not via a CGI but some Oracle > process (this IS an Apache configured by Oracle after all), so he's > trying to figure out now just what might be generated by that > procedure, which DOES seem to generate a Content-Type header. If > we can determine that it gets OMITTED in this case that would explain > the type/plain from the DefaultType, perhaps, even with the DefaultType > directive being removed. Another possibility is the process itself > has no idea what to assign as a Content-Type, and thus it backpedals > and assigns text/plain because it has nothing better to assign > (although application/octet would be better, eh?). I was wondering if there was an apache module or perhaps some obscure directive that would cause a CGI script or a handler or whatever the user's Oracle process would be considered to "Tee" out the output sent back to Apache HTTPD for delivery to the browser and dump that output into a file. So we could see what headers if any are generated by that process. Thoughts? -- J.Lance Wilkinson ("Lance") InterNet: Lance.Wilkinson@psu.edu Systems Design Specialist - Lead Phone: (814) 865-4870 Digital Library Technologies FAX: (814) 863-3560 E3 Paterno Library Penn State University University Park, PA 16802 http://ucs.psu.edu/home/jlw12@psu.edu?fmt=freebusy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org