Ratna Gogineni
2008-Jul-16 06:29 UTC
[Instantrails-users] 502 proxy error during Instant Rails 2.0 installation
Hi, I just installed instant rails version 2.0 and installed it. Followed the installation instructions, but getting 502 proxy error. Followed the below procedure but getting the 502 error: * In the main menu, select Rails Applications > Manage Rails Applications... * Check the checkbox next to the cookbook application. * Click on the Start with Mongrel button. A console window will appear. This contains the cookbook web app being served by the Mongrel server.. * Wait a few seconds to make sure the cookbook web app is fully initialized, open your browser and go to: HTTP://www.mycookbook.com 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 Apache/1.3.33 Server at www.mycookbook.com Port 80 Any help is appreciated Thanks Ratna
Giorgio Clavelli
2008-Jul-16 07:28 UTC
[Instantrails-users] 502 proxy error during Instant Rails 2.0 installation
a long shot (you never know): You may have another service currently using port 80 (another server maybe) On Wed, Jul 16, 2008 at 4:29 PM, Ratna Gogineni <goratna at yahoo.com> wrote:> Hi, > > I just installed instant rails version 2.0 and installed it. > Followed the installation instructions, but getting 502 proxy error. > > Followed the below procedure but getting the 502 error: > * In the main menu, select Rails Applications > Manage Rails Applications... > > * Check the checkbox next to the cookbook application. > > * Click on the Start with Mongrel button. A console window will appear. This contains the cookbook web app being served by the Mongrel server.. > > * Wait a few seconds to make sure the cookbook web app is fully initialized, open your browser and go to: > > HTTP://www.mycookbook.com > > 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 > > Apache/1.3.33 Server at www.mycookbook.com Port 80 > > Any help is appreciated > > Thanks > > Ratna > > > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >
Bill Walton
2008-Jul-16 12:28 UTC
[Instantrails-users] 502 proxy error during Instant Rails 2.0installation
Hi Ratna, Ratna Gogineni wrote:> I just installed instant rails version 2.0 and installed it. > Followed the installation instructions, but getting 502 > proxy error.Try stopping the Apache server before you start the app with Mongrel. If that doesn''t work, let us know. Clear your development.log before you start the app too. The answer will probably lie in the messages in there. Best regards, Bill