Hi,
I am working on implementation in C of a new module for Apache proxy server.
I want Apache to compress a response message content I create.
I set a HTTP header "Content-Encoding" to gzip but nothing happens.
Apache server doesn't perform compression.
How can I cause Apache to compress my content?
Thanks,
Evgeny