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

http://issues.apache.org/bugzilla/show_bug.cgi?id=44338

           Summary: mod_deflate crashes and does not return response
           Product: Apache httpd-2
           Version: 2.0.63
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_deflate
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


- I downloaded and installed apache_2.0.63-win32-x86-no_ssl.msi 
- activated the delfate module by adding the following line to httpd.conf

LoadModule deflate_module modules/mod_deflate.so

- configured the following compression settings:

<Location />
        # Insert filter
        AddOutputFilterByType DEFLATE text/html text/plain text/css 
text/javascript

        # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
        # the above regex won't work. You can use the following
        # workaround to get the desired effect:
        BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

        # Don't compress images
        SetEnvIfNoCase Request_URI \
        \.(?:gif|jpe?g|png|pdf|gz|zip)$ no-gzip dont-vary

        # Make sure proxies don't deliver the wrong content
        Header append Vary User-Agent env=!dont-vary
</Location>

<Files *.js>
        ForceType text/javascript
</Files>

- After restarting apache and reloading the default index.html mod_deflate
crashes and wants to start a debug session - no content is delivery to the
client browser

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to