Hi,
I developped a rails application and I wanted to deploy it, 
I get a dedicated server, and I installed the necessary package: rails, 
apache2, passenger
and I deploy it locally with success and I access it with: http://myapp

when I tried to access it from a remote server with tthe url : http://<host 
name>/myapp
I get the error message 404 not found, what am I doing wrong

I am able to access it with http://<host name>:3000 when I start the  app 
with "rails s"

rgds

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/66876613-8402-4fb0-956b-0242383f24c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to