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
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
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.
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
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
>> 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
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
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