vote up 0 vote down star

I user apache2.2 mod_proxy_balancer + mongrel + rails2.3 Following error is occured. "proxy: Error reading from remote server returned by"

I set this my httpd.conf

SetEnv force-proxy-request-1.0 1

SetEnv proxy-nokeepalive 1

What's wrong?

flag

41% accept rate

1 Answer

vote up 1 vote down

What's wrong is that you shouldn't really be using apache + proxy + mongrel anymore. Everyone, including the big players like Twitter and 37Signals have made the switch to Passenger (mod_rails).

Passenger is way easier to setup and maintain than a pack of mongrels. I think it's probably faster too.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.