You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Solodkov Sergey <Se...@telma.ru> on 2005/05/27 11:58:43 UTC

[users@httpd] [users@httpd.apache.org] mod_deflate. Deflate encoding not work.

HI all,
GZip compression work well but Deflate compression not work.

I paste next line to apache config. "SetOutputFilter DEFLATE"
As per docs compression should be enabled for all content and for all users-agents.


Client send request 
	GET / HTTP/1.1\r\n
	Host hostname \r\n
	accept:*/*\r\n
	accept-encoding:gzip,deflate\r\n
	.........
	\r\n

Server response
	HTTP/1.1 200 OK\r\n
	.....
	Content-encoding:gzip\r\n
	.....

GZip compression work well.
But when client send request with header "accept-encoding:deflate\r\n"

	GET / HTTP/1.1\r\n
	Host hostname \r\n
	accept:*/*\r\n
	accept-charset:utf-8\r\n
	accept-encoding:deflate\r\n
	\r\n

Server response
	HTTP/1.1 200 OK\r\n
	.....

Server send uncompressed reply.

Anybody know how setup mod_deflate to use deflate method?
mod_deflate support it?

Thanks,
Sergey.




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org