Juan José del Río wrote:
aT wrote:

I have ns_param gzip on  , but do i still need to set some headers ?

I don't know.

How do i know its gzipping anything ?

telnet www.yourwebserver.com 80

And send a GET request.

That won't invoke compression unless you include the appropriate Accept-encoding header. You need to sent a complete request like

GET / HTTP/1.0
Host: myhost.com
Accept-encoding: gzip


-J


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to