On Jun 2, 11:53 am, Sta Canovist <stacanov...@gmail.com> wrote:
>

>
> Well, everytime I try then to type something in the browser. I try for
> example:
>
> localhost/product/1
> localhost/product/show
> localhost/product/1/show
> localhost/product
>
> Well, all the time I can see the same error in the log:
>
> File doesnt exist.
>
> Right now Im thinking that the url-requests are managed by apache. And
> that apache doesnt understand that this is a ROR app? Is that the
> problem maybe??? And does anyone know how to make apache understand
> that that one is a ruby app??

Out of the box apache doesn't understand rails apps. You need to
install passenger (sudo gem install passenger) which includes an
apache module for handling rails app. The passenger site has loads of
documentation.

Fred

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to