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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]