|
Home > Archive > Apache Server configuration support > February 2004 > mod_gzip problems
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Niels Berkers 2004-02-24, 7:33 am |
| This message was originaly posted in alt.apache.configuration with subject :
IE 6.0 sp1 downloads the site
maybe that wasn't a wise title .... so i'll try again 8-)
Hi group,
i'm having some trouble with customers using IE 6.0 sp1
When they try to access a site which has mod_gzip installed,
they get a popup for downloading the the site ?-(
Is anyone having the same problems?
And what can i do to prevent this from happening?
the gzip conf
mod_gzip_on Yes
mod_gzip_can_negotiate Yes
mod_gzip_dechunk Yes
mod_gzip_minimum_file_size 600
mod_gzip_maximum_file_size 0
mod_gzip_maximum_inmem_size 100000
mod_gzip_keep_workfiles No
mod_gzip_temp_dir /tmp
mod_gzip_item_include file \.html$
mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.txt$
mod_gzip_item_include file \.php$
mod_gzip_item_include file \.js$
the site : http://www.trosradar.nl/
Regards,
Niels Berkers
TROS Internet
| |
| Manuel Lemos 2004-02-24, 8:33 am |
| Hello,
On 02/24/2004 05:59 PM, Niels Berkers wrote:
> This message was originaly posted in alt.apache.configuration with subject :
> IE 6.0 sp1 downloads the site
> maybe that wasn't a wise title .... so i'll try again 8-)
>
>
> Hi group,
> i'm having some trouble with customers using IE 6.0 sp1
> When they try to access a site which has mod_gzip installed,
> they get a popup for downloading the the site ?-(
> Is anyone having the same problems?
> And what can i do to prevent this from happening?
I advise that you use the configuration file provided with mod_gzip as
it reflects the knowledge of the developers on dealing with certain
browser and proxy issues.
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of php books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
| |
| Niels Berkers 2004-02-24, 9:33 am |
| > I advise that you use the configuration file provided with mod_gzip as
> it reflects the knowledge of the developers on dealing with certain
> browser and proxy issues.
Thanks Manuel,
will do!
Regards,
Niels Berkers
|
|
|
|
|