Posted by Laurent Compere on 12/16/05 11:27
"Chung Leong" <chernyshevsky@hotmail.com> a ιcrit dans le message de news:
1134687205.380842.194710@g49g2000cwa.googlegroups.com...
>I have ran into a similiar problem before with Mircosoft ISA before.
Microsoft ISA, I don't know that ... What is it ?
a web server ?
> The solution was...convert the dynamic script to plain-o HTML. I would
> get a HTTP sniffer and see what's actually sent by the server. PHP does
> add its own headers.
I cannot convert to static page since the content is dynamic.
I'm going to play with the firefox plugin mentioned by R. Rajesh Jeba Anbiah
to sniff http headers...
> One possibility is that the server is using chunk-encoding. Another is
> possibility is compression. I would also try disabling connection
> keep-alive on the server.
I tried the function ob_start() mentioned by Erwin Moller but it didn't
help.
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) ?
Thanks
[Back to original message]
|