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 2014/09/10 11:52:29 UTC

[Bug 56942] New: Unable to implement TRANSFER-CHUNKED:ENCODING with apache 2.2

https://issues.apache.org/bugzilla/show_bug.cgi?id=56942

            Bug ID: 56942
           Summary: Unable to implement TRANSFER-CHUNKED:ENCODING with
                    apache 2.2
           Product: Apache httpd-2
           Version: 2.2.27
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: mod_proxy
          Assignee: bugs@httpd.apache.org
          Reporter: snehasweety24@gmail.com

I am trying to implement Transfer-Chunked:Encoding with apache 2.2.

Config is:


•    Server version: Apache/2.2.27 (Unix)
•    With mod_proxy
•    tail -2 conf/httpd.conf
SetEnv proxy-sendchunks
PassEnv proxy-sendchunks


However apache still refuses the request from the HTTP Client which sends the
header
Transfer-Encoding: chunked 

The below error is logged in  the apache log:

[Tue Sep 02 21:38:16 2014] [error] [client 10.20.91.171] chunked
Transfer-Encoding forbidden: 

Does it work for you? Can I check your linux to see if my settings (especially
proxy-sendchunks) is set correctly?

The same HTTP Client works with IIS. So the issue exist with apache web server
here.

-- 
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


[Bug 56942] Unable to implement TRANSFER-CHUNKED:ENCODING with apache 2.2

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56942

sneha <sn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

-- 
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


[Bug 56942] Unable to implement TRANSFER-CHUNKED:ENCODING with apache 2.2

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56942

--- Comment #2 from sneha <sn...@gmail.com> ---
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56942] Unable to implement TRANSFER-CHUNKED:ENCODING with apache 2.2

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56942

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> ---
What mod_proxy sub-module handles the request?  mod_proxy_http? mod_proxy_scgi?
You marked the bug a regression -- what's it a regression from?

-- 
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


[Bug 56942] Unable to implement TRANSFER-CHUNKED:ENCODING with apache 2.2

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56942

sneha <sn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |snehasweety24@gmail.com

-- 
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