[Mod_gzip] Where can I check the function ... (Update)
Berthold
mod_gzip@lists.over.net
Mon, 10 Feb 2003 12:17:59 +0100
Hi there!
How can I check the function of mod_gzip running on a foreign server?
I tried different ways via telnet and lynx but I didn't get compressed source
where I should get.
On that foreign server mod_gzip is working.
I did this:
> telnet www.server.com 80
GET /test.php HTTP/1.1
CONNECTION: keep-alive
REFERER: http://www.server.com/
ACCEPT_ENCODING: gzip,deflate,compress;q=0.9
ACCEPT:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
USER_AGENT: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030209
CACHE_CONTROL: max-age=0
ACCEPT_LANGUAGE: de,en;q=0.5
KEEP_ALIVE: 300
HOST: www.server.com
but mod_gzip does not accept the request. In the access.log I find:
mod_gzip: DECLINED:NO_ACCEPT_ENCODING
Why???
--
Berthold