Forum Moderators: phranque

Message Too Old, No Replies

logging mod deflate

mod_deflate

         

nima

8:31 pm on Jul 20, 2009 (gmt 0)

10+ Year Member



Hi
I have enabled mod_deflate on apache2 and I want to check that is it work, so added some config for log mod_deflate.but nothings are logged :(
I have added these line to deflate.conf :

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/apache2/deflate_log deflate"

the permission of this file is 777 for check logging.
thanks for any help or guidance.

vincevincevince

6:50 am on Jul 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You have some quotation mark issues; e.g. see CustomLog line and mismatched "