On Sat, Dec 10, 2011 at 12:45 PM, John Merlino <[email protected]> wrote:
> Everything is setup, such as apache, passenger, rails, ruby, ruby > gems, etc. SOmeone set it all up. Now I am just trying to find the > virtual host file so I can set up that domain address to be listening > on port 3000. Perhaps someone more familiar with Ubuntu/Debian packaging can help more, but -- there has to be something starting httpd. I'd look in /etc/init.d/ for a startup script, which almost certainly will reference the config files. Or use `ps` to see if the process shows how it was started. Good luck, -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

