mod_gzip problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Niels Berkers

    #1

    mod_gzip problems

    This message was originaly posted in alt.apache.conf iguration 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_ne gotiate Yes
    mod_gzip_dechun k Yes
    mod_gzip_minimu m_file_size 600
    mod_gzip_maximu m_file_size 0
    mod_gzip_maximu m_inmem_size 100000
    mod_gzip_keep_w orkfiles No
    mod_gzip_temp_d ir /tmp
    mod_gzip_item_i nclude file \.html$
    mod_gzip_item_i nclude file \.htm$
    mod_gzip_item_i nclude file \.txt$
    mod_gzip_item_i nclude file \.php$
    mod_gzip_item_i nclude file \.js$

    the site : http://www.trosradar.nl/


    Regards,


    Niels Berkers
    TROS Internet




  • Manuel Lemos

    #2
    Re: mod_gzip problems

    Hello,

    On 02/24/2004 05:59 PM, Niels Berkers wrote:[color=blue]
    > This message was originaly posted in alt.apache.conf iguration 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?[/color]

    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

    Comment

    • Niels Berkers

      #3
      Re: mod_gzip problems

      > I advise that you use the configuration file provided with mod_gzip as[color=blue]
      > it reflects the knowledge of the developers on dealing with certain
      > browser and proxy issues.[/color]

      Thanks Manuel,
      will do!

      Regards,


      Niels Berkers



      Comment

      Working...