Re: Content-Type not working on MSIE

2003-03-21 Thread John Jung
Hi Andrew, Andrew Ho wrote: [...] Sometimes, MSIE will ignore the MIME type specified in a Content-Type header, and instead guess the type of a file based on its extension. [...] I _believe_ the answer lies in http://msdn.microsoft.com/workshop/networking/moniker/overview/appendix_a.asp.

Apache::Request: analyse output.

2003-03-21 Thread Andrew Alakozow
Hello, I use Apache::FakeRequest to test perl handlers without firing up Apache. Testting is supposed to be done by matching output of handlers with some regexps. But the print method of Apache::Request prints to STDOUT, so to get output I applied following patch to it: 10c10,17 sub print {

Re: Content-Type not working on MSIE

2003-03-21 Thread Geoffrey Young
Andrew Ho wrote: Hello, SBCan someone please summarize the problem and add possible solutions and SBpost it here so we can add it to this document: SBhttp://perl.apache.org/docs/tutorials/client/browserbugs/browserbugs.html Sometimes, MSIE will ignore the MIME type specified in a Content-Type

MP2 - New Install - Make Test Errors

2003-03-21 Thread Chris Faust
(sorry if this hits the list twice, I didn't use my registered email on the first note and I don't think it made it) I'm installing mod_perl for the 3rd time using pretty much the same config (machine, OS etc) as before but this time around I'm getting a lot of strange errors when I run make

Re: Apache::Request: analyse output.

2003-03-21 Thread Stas Bekman
Andrew Alakozow wrote: Hello, I use Apache::FakeRequest to test perl handlers without firing up Apache. Testting is supposed to be done by matching output of handlers with some regexps. But the print method of Apache::Request prints to STDOUT, so to get output I applied following patch to it: