You're getting this error because apache isn't finding anything on the other end of the proxy.
For example, if you're doing: ProxyPass / 127.0.0.1:3000/ 127.0.0.1:3000 isn't responding, so apache can't pass the request off. On 10/20/06, Marc Love <[EMAIL PROTECTED]> wrote: > I'm setting up a new server in anticipation of switching from lighttpd+fcgi. > My application isn't completely imported yet, so I don't expect it to work. > For instance right now when pulling up my app from localhost I get my > Ruby/Rails MySQL error message. But when I pull it up from a remote computer > I get a proxy error from Apache: > > ====================== > Proxy Error > > The proxy server received an invalid response from an upstream server. > The proxy server could not handle the request GET /. > > Reason: Error reading from remote server > > Additionally, a 502 Bad Gateway error was encountered while trying to use an > ErrorDocument to handle the request. > ====================== > > Is there a reason why I get this instead of the Ruby/Rails error? > > -Marc > > > > ==================DISCLAIMER================================ > This email may contain confidential and privileged material for the sole use > of the intended recipient. > Any review or distribution by others is strictly prohibited. If you are not > the intended recipient, please contact the sender and delete all copies of it > from your system. > The sender accepts no responsibility for viruses and it is your > responsibility to scan attachments (if any). > No contracts may be concluded on behalf of the sender by means of email > communications unless expressly stated to the contrary. > ==================DISCLAIMER================================ > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
