Le Dimanche 28 Février 2010 11:55:34, vous avez écrit : > lör 2010-02-27 klockan 11:03 -0600 skrev Luis Daniel Lucio Quiroz: > > Well, every ones talks about gziping but no one about ungziping. > > > > Thanx to ICAP server (look for c-icap) we are loggin http payload for > > specifique pages for some users. However we realize that most text/* > > (mime- type) payload is gzipped and it is unreadable, administrative > > work to unzip that is high, how ever possible. > > Should be very easy to extend the ICAP service you use in c-icap to log > the payload to also gunzip if compressed. > > > So i was thinking on repleazing every "Accept-encodding" headder by > > "Accept- encoding: > > Accept-Encoding: gzip;q=0, compress;q=0, identity; q=0.5, *;q=0 > > > > by this instruction > > > > header_replace Accept-Encoding gzip;q=0, compress;q=0, identity; q=0.5, > > *;q=0 > > I would just drop it completely. > > Regards > Henrik Drop it? I didnt find any reference at RFC that without that header payload wont be compressed However, i will try Thanx