>>All you are doing is telling apache to add a modifier to the access_log so the custom values will appear in there.
Adam, I tried that but somehow broke the module and had to make, reinstall it again. I`ll leave well enough alone and do without the access log includes for the moment. The config file I used is (with the 2 lines marked below used to gzip the .cfm files) is <IfModule mod_gzip.c> mod_gzip_on Yes mod_gzip_minimum_file_size 300 mod_gzip_maximum_file_size 0 mod_gzip_maximum_inmem_size 100000 mod_gzip_item_include file .htm$ mod_gzip_item_include file .html$ mod_gzip_item_include file .shtml$ mod_gzip_item_include file .shtm$ mod_gzip_item_include file .jsp$ mod_gzip_item_include file .php$ mod_gzip_item_include file .pl$ mod_gzip_item_include file .cgi$ mod_gzip_item_include mime text/.* > mod_gzip_item_include handler type-coldfusion > mod_gzip_item_include file \.cfm$ mod_gzip_item_include mime ^application/x-httpd-php mod_gzip_item_include mime httpd/unix-directory mod_gzip_item_include handler ^perl-script$ mod_gzip_item_include handler ^server-status$ mod_gzip_item_include handler ^server-info$ mod_gzip_item_exclude file .css$ mod_gzip_item_exclude file .js$ mod_gzip_item_exclude mime ^image/.* mod_gzip_dechunk yes mod_gzip_temp_dir /tmp mod_gzip_keep_workfiles No mod_gzip_can_negotiate yes mod_gzip_item_exclude file authorizationRequired.html mod_gzip_item_exclude file fileNotFound.html mod_gzip_item_exclude file internalServerError.html mod_gzip_item_exclude file forbidden.html </IfModule> thanks Colm -----Original Message----- From: Adam Hope [mailto:[EMAIL PROTECTED] Sent: 13 October 2003 13:33 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Mod_Gzip > different file location to reflect files on my box, appears > though common_with_mod_gzip_info2 is not automatically > generated after apache restart, do you need to manually > include a file of same name under /home/log/httpd/ > to get it to generate the log file? > > > Colm You will not get a file called common_with_mod_gzip_info2. All you are doing is telling apache to add a modifier to the access_log so the custom values will appear in there. Adam. -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.521 / Virus Database: 319 - Release Date: 23/09/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.521 / Virus Database: 319 - Release Date: 23/09/2003 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
