Re: [EMAIL PROTECTED] Large POSTs through Apache reverse proxy to mongrel (Rails) failing

2007-09-02 Thread Vincent Bray
On 02/09/07, Nick Kew <[EMAIL PROTECTED]> wrote: > But I don't think that's supported in 2.0. Upgrade to 2.2 > for a lot of proxy fixes. It appears to be supported in 2.0 but isn't documented in that branch. See: http://issues.apache.org/bugzilla/show_bug.cgi?id=43183 -- noodl ---

Re: [EMAIL PROTECTED] Large POSTs through Apache reverse proxy to mongrel (Rails) failing

2007-09-02 Thread Nick Kew
On Sun, 02 Sep 2007 18:27:02 +1000 Clifford Heath <[EMAIL PROTECTED]> wrote: > SetEnv proxy-sendchunked should read proxy-sendchunks (it's a typo in the code). But I don't think that's supported in 2.0. Upgrade to 2.2 for a lot of proxy fixes. -- Nick Kew Application Development with Apache

[EMAIL PROTECTED] Large POSTs through Apache reverse proxy to mongrel (Rails) failing

2007-09-02 Thread Clifford Heath
I have an Apache2.0.55 server under Ubuntu, serving multiple VHosts, with a reverse proxy that redirects a top-level directory of one of the sites to a Rails application running mongrel. The mongrel is started using --prefix=top_level_dir, and most of this Rails app works fine. One of my forms ex