On 19 February 2010 07:26, Farhad
<farhad.massoudi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> PLEASE HELP!!!
> I just did my first installation of ruby on rails. When I go to
> www.mysite.com I get the following error:
>
> We''re sorry, but something went wrong.
>
> We''ve been notified about this issue and we''ll take a
look at it
> shortly.
Have a look in development.log and also in the window where you ran
script/server. There should be more information on the problem.
Colin
>
> ====================================> config/routes.rb:
> ...
> map.root :controller => "home"
> map.connect '':controller/:action/:id''
> map.connect '':controller/:action/:id.:format''
> end
> ====================================> httpd.conf:
> ...
> ProxyRequests off
>
> <VirtualHost *:80>
> ServerName mysite.com
> ServerAlias www.mysite.com
>
> ProxyPass / http://www.mysite.com:8000/
> ProxyPassReverse / http://www.mysite.com:8000
> ProxyPreserveHost on
> </VirtualHost>
> ====================================>
> --
> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.