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
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
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
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"),