No Compression is happening. Is there any trick that I'm missing?
I set up SetOutputFilter DEFLATE, as you'll see below and uncommented LoadModule deflate_module modules/mod_deflate.so
This is Apache2.2 on a windows box. I'm not sure which Apache build.
I'm grabbing these files from the Apache with a VB6 program that I wrote. Could this be the problem? I would think that it supports compression...
What I've tried so far
I wasn't sure if this was necessary but I uncommented it.
LoadModule deflate_module modules/mod_deflate.so
And I wanted to compress everything in the Files directory.
<Directory "C:/Voice/Files">
SetOutputFilter DEFLATE
Options None
Allow from all
Order allow,deny
</Directory>
And yet, compression does not appear to be happening.
Thanks
jjb