On 1 June 2010 15:38, Raghu Maddali <[email protected]> wrote: > Hi > I'm sorry for miscommunication. > I've installed rails using the guide I've mentioned in the first > post...I guess the default configured web server will be webrick...But > I've configured my rails app to use Apache as a webserver...Now,how do > make a test to make sure that my rails application is using apache as my > webserver...
Try stopping apache and see if the app stops working. sudo /etc/init.d/apache2 stop > I tried to make something...when I run my demo application using ruby > script/server...it returns something like this... > > # ruby script/server > => Booting Mongrel > => Rails 2.3.8 application starting on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > Do that mean that I've configured my application with Apache+mongrel?? > > Thanks > -- > Posted via http://www.ruby-forum.com/. > > -- > 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. > > -- 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.

