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 2018/08/21 07:27:56 UTC

[Bug 62643] New: HTTP 206 response when enabling mod_deflate

https://bz.apache.org/bugzilla/show_bug.cgi?id=62643

            Bug ID: 62643
           Summary: HTTP 206 response when enabling mod_deflate
           Product: Apache httpd-2
           Version: 2.4.33
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_deflate
          Assignee: bugs@httpd.apache.org
          Reporter: rene@buehlmann.net
  Target Milestone: ---

In my setup, I use Apache 2.4.33 as TLS termination and reverse proxy for
another http service. The service responds to all requests with HTTP 200
(verified using tcpdump) but with "Transfer-Encoding: chunked" (not sure if
this is relevant).

If I enable the option "AddOutputFilterByType DEFLATE application/json" in
apache, the forwarded response gets compressed but sometimes (not for every
requests) changes to HTTP 206 (partial content). This does not happen if the
option is not set.

The apache log does not show any errors.

The issue has already been posted to the mailing list but without any response:
https://www.spinics.net/lists/apache-users/msg117225.html

This is the reverse proxy configuration:

<Location "/epg/">
  AddOutputFilterByType DEFLATE application/json
  ProxyPass http://localhost:5000/
  ProxyPassReverse http://localhost:5000/
</Location>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org