Re: [users@httpd] gz files served through apache

2005-05-27 Thread Aman Raheja
By any chance do you have mod_deflate enabled? http://httpd.apache.org/docs-2.1/mod/mod_deflate.html#enable HTH Aman Raheja [EMAIL PROTECTED] wrote: Hi, I have apache (2.0.46) running on windows, with a CGI perl script that serves up files based on a posted parameter. This works perfectly fo

RE: [users@httpd] gz files served through apache

2005-05-27 Thread Leigh . Grealis
Owen, Yes, got your reply - thanks very much, will try out your suggestion. It was my first posting to the mailgroup, and made a bit of a hash of it by sending it twice :o( Thanks again Leigh -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: 27 May 2005 14:23 To: u

RE: [users@httpd] gz files served through apache

2005-05-27 Thread Boyle Owen
You didn't see my previous post? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 12:41 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] gz

[users@httpd] gz files served through apache

2005-05-27 Thread Leigh . Grealis
Hi, I have apache (2.0.46) running on windows, with a CGI perl script that serves up files based on a posted parameter. This works perfectly for all types of files, except *.gz files. Apache seems to be doing something on the server, maybe it's trying to uncompress it on the server side? Even

RE: [users@httpd] gz files served through apache

2005-05-27 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 13:07 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] gz files served through apache > > > > Hi, > > I have apache (2.0.46) running on windows, with a CGI perl > script that

[users@httpd] gz files served through apache

2005-05-27 Thread Leigh . Grealis
Hi, I have apache (2.0.46) running on windows, with a CGI perl script that serves up files based on a posted parameter. This works perfectly for all types of files, except *.gz files. Apache seems to be doing something on the server, maybe it's trying to uncompress it on the server side? Even