https://issues.apache.org/bugzilla/show_bug.cgi?id=56942
--- Comment #2 from sneha <[email protected]> --- Hello Eric, 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 was doing regression testing. Hence marked the case as regression. -- 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]
