Re: browser can't render output produced by Apache::ASP

2002-01-17 Thread Joshua Chamas
Michael Yoon wrote: > > Thanks, Philip! That was the problem. > > I added "mod_gzip_on No" in my .htaccess file, and my .asp files now work. > > Of course, I would like to get mod_gzip *and* Apache::ASP working together, > but that can wait... > > Thanks again, > Michael Philip is a very smar

RE: browser can't render output produced by Apache::ASP

2002-01-17 Thread Michael Yoon
ilip Mak [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 8:17 PM > To: Michael Yoon > Cc: [EMAIL PROTECTED] > Subject: Re: browser can't render output produced by Apache::ASP > > > I think mod_gzip is breaking Apache::ASP. Check this out (notice that > I put &qu

Re: browser can't render output produced by Apache::ASP

2002-01-17 Thread Philip Mak
I think mod_gzip is breaking Apache::ASP. Check this out (notice that I put "Accept-Encoding: gzip" in my request header; if I don't include this header, it works): $ telnet www.jessicamd.com 80 Trying 64.119.173.35... Connected to jessicamd.com. Escape character is '^]'. GET /test.asp HTTP/1.1 H

browser can't render output produced by Apache::ASP

2002-01-17 Thread Michael Yoon
Hi, I just started using Apache::ASP, and and I'm experiencing a strange problem: When I try to view any .asp page on my server, my browser (Microsoft IE 6) displays nothing. In trying to debug this, I've ended up with a test.asp page that contains only plain text (specifically, "Hello, world"),