Re: [users@httpd] GZip compression

2012-04-18 Thread William A. Rowe Jr.
You can also programmatically inject a filter. Several modules inject one filter or another. You probably wanted our modules-dev@httpd authors list to share ideas about module authoring. It's a bit beyond the typical discussion here at the user list. On 4/18/2012 11:31 PM, Igor Cicimov wrote:

Re: [users@httpd] GZip compression

2012-04-18 Thread Igor Cicimov
http://httpd.apache.org/docs/2.2/mod/mod_deflate.html On Thu, Apr 19, 2012 at 1:15 AM, Evgeny Shvidky wrote: > 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 se

[users@httpd] GZip compression

2012-04-18 Thread Evgeny Shvidky
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 cont