[Mod_gzip] RE: mod_gzip digest, Vol 1 #760 - 3 msgs

anurag mod_gzip@lists.over.net
Mon, 25 Nov 2002 18:51:05 +0530


Hello all,

i am kind of new to mod_gzip i installed it on red hat Linux 7.2.

i keep on getting  127.0.0.1 GET /0.swf HTTP/1.1" 304 - mod_gzip:
DECLINED:EXCLUDED In:0 Out:0:0pct. in my mod_gzip log file which means there
is no compression being done here.
any help would be appreciated.

i am pasting the config file
###########config file start####

<IfModule mod_gzip.c>
mod_gzip_on yes
mod_gzip_dechunk yes
mod_gzip_keep_workfiles No
mod_gzip_temp_dir /tmp
mod_gzip_minimum_file_size  100
mod_gzip_maximum_file_size  0
mod_gzip_maximum_inmem_size 1000000

mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.html$
mod_gzip_item_include mime text/.*
mod_gzip_item_include file \.php$
mod_gzip_item_include mime "jserv-servlet"
mod_gzip_item_include handler "jserv-servlet"
mod_gzip_item_include mime "application/x-httpd-php.*"
mod_gzip_item_include mime httpd/unix-directory
mod_gzip_item_include handler "jakarta-servlet"
mod_gzip_item_include mime "jakarta-servlet"


mod_gzip_item_exclude file "\.css$"
mod_gzip_item_exclude file "\.js$"
mod_gzip_item_exclude file "\.wml$"
LogFormat "%h %l %u %t \"%V %r\" %>s %b mod_gzip: %{mod_gzip_result}n
In:%{mod_gzip_input_size}n
Out:%{mod_gzip_output_size}n:%{mod_gzip_compression_ratio}npct."
common_with_mod_gzip_info2
CustomLog /var/log/httpd/mod_gzip.log  common_with_mod_gzip_info2
</IfModule>

###########config file ends####

plz let me now if i need to give any more info to look into it.

thanks in advance.

Anurag





-----Original Message-----
From: mod_gzip-admin@lists.over.net
[mailto:mod_gzip-admin@lists.over.net]On Behalf Of
mod_gzip-request@lists.over.net
Sent: Monday, November 25, 2002 4:30 PM
To: mod_gzip@lists.over.net
Subject: mod_gzip digest, Vol 1 #760 - 3 msgs


Send mod_gzip mailing list submissions to
	mod_gzip@lists.over.net

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.over.net/mailman/listinfo/mod_gzip
or, via email, send a message with subject or body 'help' to
	mod_gzip-request@lists.over.net

You can reach the person managing the list at
	mod_gzip-admin@lists.over.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of mod_gzip digest..."


Today's Topics:

   1. mod_gzip 1.3.26 is running, but does not produce log file (Heinz
Toedter)
   2. Antwort: [Mod_gzip] mod_gzip 1.3.26 is running, but does not
       produce log file (Michael.Schroepl@telekurs.de)

--__--__--

Message: 1
Date:	Sun, 24 Nov 2002 00:51:44 +0100
From:	Heinz Toedter <heinz.toedter@cmos.de>
Organization: CMOS GbR - Ihr Internetpartner
To:	mod_gzip@lists.over.net
Subject: [Mod_gzip] mod_gzip 1.3.26 is running, but does not produce log
file
Reply-To: mod_gzip@lists.over.net

Hello all,

i just installed mod_gzip 1.3.26 as dso-module for my apache 1.3.20
under Suse Linux 7.3. It works fine, when i enable the status page it
says "yes its running.." and if i enable the "keep workers file"
options, the tmp-directory fills with a lot of files. So i think, that
mod-gzip is working.
But now i like to use the log-file to see how much it saves. I put the
Logformat and CommonLog Lines from the example into my config and it
produces the file (mod_gzip.log) in the right directory, but it does not
write anything into this file. The filesize is 0 bytes after several
thousand files transmited. I already changed file permissons to 666, but
this does not solve the problem.
Where is the clue?

Thanks for help!

Heinz Toedter


--__--__--

Message: 2
From:	Michael.Schroepl@telekurs.de
To:	mod_gzip@lists.over.net
Date:	Mon, 25 Nov 2002 11:55:15 +0200
Subject: Antwort: [Mod_gzip] mod_gzip 1.3.26 is running, but does not
	 produce log file
Reply-To: mod_gzip@lists.over.net


Hallo Heinz,


> I put the Logformat and CommonLog Lines from the example
> into my config and it produces the file (mod_gzip.log)
> in the right directory, but it does not write anything
> into this file.
> Where is the clue?

exact configuration directives, please. Or do you want to play a guessing
game?



Viele Grüße

      Michael




--__--__--

_______________________________________________
mod_gzip mailing list
mod_gzip@lists.over.net
http://lists.over.net/mailman/listinfo/mod_gzip


End of mod_gzip Digest