You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/10/08 11:09:13 UTC

DO NOT REPLY [Bug 23667] New: - wrong Recommended Configuration

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23667>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23667

wrong Recommended Configuration

           Summary: wrong Recommended Configuration
           Product: Apache httpd-2.0
           Version: 2.0.47
          Platform: All
               URL: http://httpd.apache.org/docs-2.0/mod/mod_deflate.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: qnxuserit@yahoo.it


I lost much time configuring mod_deflate and, at the and, i understood there is
an incorrect option in your raccomended configuration:

    Compress everything except images

    <Location />
    <...cut...>

    # MSIE masquerades as Netscape, but it is fine
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

    <...cut...>
    </Location> 

\bMSIE does not works! Is it a type mismatch?
I used:

    BrowserMatch MSIE !no-gzip !gzip-only-text/html

and now it works fine.

Thanks for your attention and for your work,

Fabio

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org