Hi, I downloaded Ruby(Version:1.8.2-15) from http://apacheguide.org/ruby.php and followed the instruction given there. Everything went fine till creating the Rails application. But when I ran the command ruby "C:\Program Files\Apache Group\Apache2\htdocs\myfirstapp\script\server" ,I get an error. Iam unable to start WEBrick HTTP server. But on the other hand when I click start->programs->ruby->ruby182-15->ruby gems->startrubygemsrdocserver Iam able to start the WEBrick HTTP server. I could see the port number as 8808. so I just went to the browser and type http://localhost:8808 I don''t get "congrulations,you''ve put ruby on rails" rather I get "RubyGems Documentation Index". Iam using apache 1.3.29 version. Added the below set of lines to hhtp.conf 1)I added LoadModule fastcgi_module modules/mod_fastcgi.dll 2)I added AddModule mod_fastcgi.c 3)<VirtualHost *:80> ServerName rails DocumentRoot "E:\Projects\myfirstapp\public" <Directory "E:\Projects\myfirstapp\public"> Options ExecCGI FollowSymLinks AllowOverride all Allow from all Order allow,deny AddHandler cgi-script .cgi AddHandler fastcgi-script .fcgi </Directory> </VirtualHost> Afer doing this and when I type http://localhost/ I get "Welcome aboard Youre riding the Rails! Getting started Heres how to get rolling:" Iam not sure how to proceed next. Can anyone suggest me if iam in the right direction and where I gone wrong. Thanks Janakiraman -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---