Hi again all,
I was reading about deflating only text content
since jpgs etc are already compressed.
My deflate_log looks as thus:
defiant# tail -f deflate_log
"GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) "GET / HTTP/1.0" -/- (-%) Here are the relevent lines from
httpd.conf
# SetOutputFilter DEFLATE
# DeflateCompressionLevel 1 AddOutputFilterByType DEFLATE text/html text/plain DeflateFilterNote Input input_info DeflateFilterNote Output output_info DeflateFilterNote Ratio ratio_info LogFormat '"%r" %{output_info}n/%{input_info}n (%{ratio_info}n%%)' deflate CustomLog /var/log/deflate_log deflate SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$
no-gzip dont-vary
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|gz2|sit|rar)$ no-gzip dont-vary Any ideas why the logs appear broken?
-Grant
|