Re: [users@httpd] MIME types not delivering

2012-10-26 Thread Mark H. Wood
On Thu, Oct 25, 2012 at 04:34:50PM -0400, J.Lance Wilkinson wrote: > 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 gener

RE: [users@httpd] MIME types not delivering

2012-10-25 Thread Nguyen, Bao L
Hello, When our users hit the url https://domain.mycompany.com/app I would like to write a rewrite rule to check for the existence of a SSO cookie called MYSAPSSO2. Basically, if the MYSAPSSO2 cookie is not there then it should redirect users to a logon page. I added the below into httpd.conf

Re: [users@httpd] MIME types not delivering

2012-10-25 Thread J.Lance Wilkinson
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.

Re: [users@httpd] MIME types not delivering

2012-10-25 Thread J.Lance Wilkinson
Eric Covener wrote: Sure looks like the DefaultType kicking in, which should not happen with an appropriate AddType. Well, the user checked, did find a DefaultType text/plain in his configuration. He REMOVED IT, and it still delivers these files with Content-Type: text

Re: [users@httpd] MIME types not delivering

2012-10-25 Thread Eric Covener
On Thu, Oct 25, 2012 at 11:14 AM, Eric Covener wrote: >>> It could be generated by the application server with C-T: text/plain, >>> which you can edit with Header edit Content-Type (but not >>> ForceType/AddType). >> >> >> Not following you here, Eric. > > AddType and ForceType essentially

Re: [users@httpd] MIME types not delivering

2012-10-25 Thread Eric Covener
>> It could be generated by the application server with C-T: text/plain, >> which you can edit with Header edit Content-Type (but not >> ForceType/AddType). > > > Not following you here, Eric. AddType and ForceType essentially only impact static files served by Apache -- not proxied stuff

Re: [users@httpd] MIME types not delivering

2012-10-25 Thread J.Lance Wilkinson
Eric Covener wrote: On Thu, Oct 25, 2012 at 9:33 AM, J.Lance Wilkinson wrote: A colleague is running "Oracle-Application-Server-11g/11.1.1.4.0 Oracle-HTTP-Server" which is basically Apache HTTPD v2.2.15, and he's having an issue when delivering content of certain MIME types, specifically to han

Re: [users@httpd] MIME types not delivering

2012-10-25 Thread Eric Covener
On Thu, Oct 25, 2012 at 9:33 AM, J.Lance Wilkinson wrote: > A colleague is running "Oracle-Application-Server-11g/11.1.1.4.0 > Oracle-HTTP-Server" which is basically Apache HTTPD v2.2.15, and he's having > an issue when delivering content of certain MIME types, specifically to > handle > MS-OFFICE