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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
