You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Admin-Stress <me...@yahoo.com> on 2003/11/13 03:02:51 UTC

[users@httpd] mod_deflate does not work ...

I compiled apache 2.0.48, and I compiled mod_deflate as static module --enable-deflate

In the httpd.conf, I added lines like this :

# mod_deflate configuration
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/html text/plain

DeflateFilterNote ratio
LogFormat '"%r" %b (%{ratio}n) "%{User-agent}i"' deflate
CustomLog /var/log/httpd/deflate_log deflate
# end mod_deflate

But why I did not see any log output in /var/log/httpd/deflate_log ??? 

I just want to compress html and text.

I cleared the web browser cache, and then refreshed the website. But I cant see the deflate in
action. The size of deflate_log is 0.

Bug?

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org