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

--- Comment #20 from Allan Schrum <allan.sch...@oracle.com> ---
You folks are in a better position to create this minimal configuration than I
am. The configuration I have is internal and cannot be released. However, take
the basic install, enable mod_deflate and see it fail. Then disable mod_deflate
and see it work. Creating a small CGI process that generates chunked output is
easy. You can even use the one I provided and simply "cat" it out (after adding
the missing headers).

Does NPH even work? I've seen a lot of articles indicate that NPH does not work
with Apache but they were for older versions. I've looked and only found the
mod_asis module but it also indicates that it will insert or correct a
Content-Length header which essentially defeats the Transfer-Encoding header.
That seems like a bug.

https://httpd.apache.org/docs/current/mod/mod_asis.html

So, can you point out how NPH is setup with Apache 2.4?

And can you comment on the mod_asis module if that is the replacement for NPH?
As well as the implied bug it has?

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

Reply via email to