https://issues.apache.org/bugzilla/show_bug.cgi?id=56986
Bug ID: 56986
Summary: chunked Transfer-Encoding forbidden: /test/test.dll
Product: Apache httpd-2
Version: 2.2.27
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: mod_proxy
Assignee: [email protected]
Reporter: [email protected]
I have installed the apache 2.2 as follows:
set CFLAGS and LDFLAGS
./configure --prefix=<path> --enable-mods-shared="all proxy" --with-mpm=prefork
--with-expat=builtin
make
make install
This installed the apache nad proxy modules.
Then i set the below in httpd.conf
ProxyRequests Off
#
ProxyTimeout 3000
<Proxy *>
Order Allow,Deny
Allow from all
</Proxy>
#
SetEnv proxy-sendchunked 1
If i try to upload content from client with "Transfer-Chunked:encoding" below
error is thrown:
chunked Transfer-Encoding forbidden: /test/test.dll
I even commented out the mod_deflate. But still the same issue persists. It is
not a python application and hnec mod_wsgi not present.
Can you please help as the same(Trnasfer-Chunked) is working on windows with
IIS webserver and on unix due to apache we are unable to proceed further. We
need to release this feature for both windows and unix for various customers.
So request your urgent help on the same.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]