Hello again, Here is the full config and relevant section of the log: https://gist.github.com/kiafaldorius/5379517
Let me know if you prefer I throw snippets in the email or whether to link to a pastie/gist site like above. I know it's a simple setup and I know the balancing via acl works because I have a production setup right now that's using it just fine. This one just has me stumped for no good reason =| Appreciate the help, Hong On Sat, Apr 13, 2013 at 3:17 AM, Willy Tarreau <[email protected]> wrote: > On Sat, Apr 13, 2013 at 01:06:54AM -0700, Hong Quach wrote: > > Hi Willy, > > > > Thanks for the response. I just tried adding "mode http" and "option > > http-server-close" to defaults, and an extra "mode http" in the frontend > > section. Still no go. I'm testing it on Google Chrome by submitting a > basic > > file upload form. > > Then you should enable debug mode to see what the browser is sending > exactly, as this is a very basic setup. > > > Do you happen to have an acl configuration to match Content-Type: > > multipart/form-data handy? > > Yes, just try this : > > acl multipart hdr(content-type) -i multipart/form-data > > > (Sorry if my next reply is going to take a while, I need to get some > sleep. > > Will check email first thing in the morning.) > > OK. > > Willy > >

