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

> -----Original Message-----
> From: Philip 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 "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
> Host: jessicamd.com
> Accept-Encoding: gzip
>
> HTTP/1.1 200 OK
> Date: Fri, 18 Jan 2002 01:13:27 GMT
> Server: Apache/1.3.22 (Unix) mod_gzip/1.3.19.1a mod_perl/1.26
> mod_bwlimited/0.8 PHP/4.1.0 mod_log_bytes/0.3 FrontPage/5.0.2.2510
> mod_ssl/2.8.5 OpenSSL/0.9.6b
> Content-Length: 13
> Cache-Control: private
> Connection: close
> Content-Type: text/html
>
> Connection closed by foreign host.
>
> Whenever Opera keeps trying to reload a page, it does it because the
> page had no data.
>
> You might try posting about this on the mod_gzip mailing list for
> help. It's probably a simple configuration issue.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to