Re: [AOLSERVER] ns_zlib compress

2007-04-18 Thread aT
I am also waiting for someone to reply to this message. I have ns_param gzip on , but do i still need to set some headers ? How do i know its gzipping anything ? Derek Keller wrote: Quoting Dossy Shiobara [EMAIL PROTECTED]: On 2007.04.11, Ali Salem [EMAIL PROTECTED] wrote: With

Re: [AOLSERVER] ns_zlib compress

2007-04-18 Thread Juan José del Río
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. Regards, Juan José -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list,

Re: [AOLSERVER] ns_zlib compress

2007-04-18 Thread Dossy Shiobara
On 2007.04.18, aT [EMAIL PROTECTED] wrote: I am also waiting for someone to reply to this message. I have ns_param gzip on , but do i still need to set some headers ? How do i know its gzipping anything ? You could sniff the network and see that the HTTP response is compressed? AOLserver

Re: [AOLSERVER] ns_zlib compress

2007-04-18 Thread Daniel P. Stasinski
One of the things I did in addition to using gzip in AOLserver is to also pre-gzip all of my static content and use a filter to serve them correctly. ### ns_share gzFilter if { ![info exists gzFilter] } { set gzFilter 0 } if { !$gzFilter } { ns_register_filter postauth GET /*.html

Re: [AOLSERVER] ns_zlib compress

2007-04-18 Thread Jeff Rogers
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