I am having a problem with file uploads after upgrading from httpd-2.0.5x to httpd-2.2.6 and from mod_jk to mod_proxy_ajp. The Tomcat version is 5.15--for what it is worth--but that is one thing that has NOT changed. I am getting this error:

"Processing of multipart/form-data request failed. Stream ended unexpectedly"


I searched the mailing archives, but nothing seems to help.

Before I used to be able to upload megabyte-sized files; now, the only test that worked was 4KB (40KB file failed). I am guessing, the problem has more to do with change to mod_proxy_ajp than with httpd upgrade, but I may be wrong (a ProxyPass that worked correctly in 2.0.5x, no longer works under 2.2.6). Anyone has any ideas of what I have missed in change-over? Does this have anything to do with 8KB mod_proxy buffer?


My httpd config is trivial (?):


ProxyPass / balancer://cluster/ stickysession=JSESSIONID|jsessionid nofailover=On
        <Proxy balancer://cluster >
                BalancerMember ajp://localhost:8009
        </Proxy>


I also tried adding:

                SetEnv  proxy-sendcl            1
                SetEnv  proxy-sendchunked       1

then:

                SetEnv  force-proxy-request-1.0 1
                SetEnv  proxy-nokeepalive 1

but neither the first two nor all four settings do anything different.


Any ideas would be appreciated.


TIA,

Ed

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to