Compression problem - super newbie

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

 



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


[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