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 2008/05/27 14:23:42 UTC

DO NOT REPLY [Bug 45078] New: mod_proxy stalls when uploading files

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

           Summary: mod_proxy stalls when uploading files
           Product: Apache httpd-2
           Version: 2.0.63
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jumper99@gmx.de


When you configure mod_proxy as Reverse Proxy using

ProxyPass / http://foo
ProxyPassReverse / http://foo

uploading a file is fine (tested with IIS6 as 'foo' using
http://www.freeaspupload.net/freeaspupload/download.asp, 100Mb/s). When you
Proxy to a SSL destination like

ProxyPass / https://foo
ProxyPassReverse / https://foo

The upload starts but after 2 to 4MB it stalls. tcpdump shows that no further
data is transmitted. Uploading files < ~2MB are uploading fine.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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