[users@httpd] [users@xxxxxxxxxxxxxxxx] mod_deflate. Deflate encoding not work.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux