Ok, it looks like I uninstalled mongrel, so I just gem installed mongrel and mongrel cluster, then did a mongrel_rails start in my folder.
Now there's no longer a 403 page, there's the "Ruby on Rails: Welcome aboard" page, it's running on port 3000. I got to this stage before, but I'm stumped on how to get it to run my actual application now, rather than that default page. Neil Vince W. wrote: > On 8/21/07, Neil Rodrigues <[EMAIL PROTECTED]> wrote: >> >> Ok, I had some problems with that one too. I access Fedora through SSH, >> so there's no GUI. Also, I'm using Apache for my http daemon, so >> Lighttpd isn't doing anything. I tried following the rest, and now all I >> see is a 403 Access Forbidden. > > Are the processes running? > > $ ps aux | grep nginx > $ ps aux | grep mongrel > > See if they're running, look to see which user they're running as and > then make sure the root of your directory has the proper permissions. > > Also, you might try just going into your rails directory and typing > $ mongrel_rails start > > that should at least let you see your app on port 8000 (or whichever > port it took). > > -Vince -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---
