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?
|
|
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
What's wrong?
|
||
|
|
|
|
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. |
||
|
|