Posted by Chung Leong on 12/16/05 17:42
Laurent Compere wrote:
> Microsoft ISA, I don't know that ... What is it ?
> a web server ?
ISA = Internet Security & Acceleration Server. It's a proxy server cum
firewall.
> I tried the function ob_start() mentioned by Erwin Moller but it didn't
> help.
When you send the contents in one chunk with the help of output
buffering, that'd disable chunk encoding by Apache, so that's probably
not the problem...
> I installed the web server myself and didn't add any extension for
> compression. Is it possible that some compression would be made natively by
> Apache (2.0.54) ?
Don't think so. PHP can also do on-the-fly gzip compression of output.
Try turning it on. I once solved a mystery problem that way. Another
thing to try is forcing the use of HTTP 1.0 by sending a "HTTP/1.0 200
OK" header.
Navigation:
[Reply to this message]
|