My Apache (version 2.2.3 on redhat) server doesn't accept chunked-encoding, throwing this error:

chunked Transfer-Encoding forbidden: /services/soap.

I saw some people have the same problem, they suggested disabling the mod_deflate.so, I commented that line:

#LoadModule deflate_module modules/mod_deflate.so

and restarted Apache, but still I have the same problem.

What do I miss?!

有帮助吗?

解决方案

I forgot to add this:

WSGIChunkedRequest On

Now it works with mod_deflate disabled.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top