thank u colin,
at present i am doing my best to host sample ror app into apache in
win os.
i modified httpd.conf file to listen 3000 port
Listen 3000
LoadModule rewrite_module modules/mod_rewrite.so
<virtualHost *:3000>
ServerName rails
DocumentRoot "D:/xampp/htdocs/samplerorapp/public"
<Directory "D:/xampp/htdocs/samplerorapp/public/">
Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
AddHandler cgi-script .cgi
AddHandler fastcgi-script .fcgi
</Directory>
</VirtualHost>
CASES:-

1.some times my apache server running and after 3 sec it stops
automatically
2. my server is running and i'm getting rails home page also when i am
clicking on app environment link Access forbidden! message or object
not found error message.
after that i went for bitnami also but there also i can't make it.
still i am exploring other ways to host my app in win os.
any one give me an idea to this prblm.

On Sep 10, 9:11 pm, Colin Law <clan...@googlemail.com> wrote:
> On 10 September 2011 16:28, manikyala rao padala
>
> <manikyalaraopad...@gmail.com> wrote:
> > HI ALL,
> > it's so frustuating to me from so many days--hostingrorapp in apache
> > on win os.
> > i installedxamppand runningrorappsusingwebrick server .
> > but when comes tohostingthat app into apache i can't make it.i gone
> > through the
> >  so many sites can anyone give me an assistance to solve this problem.
>
> It is no good just posting the same request again.  You do not seem to
> have taken much notice of the replies to your previous request.  Go
> back and look at them again and make sure you have taken note of all
> suggestions there.  Then come back and ask specific questions
> indicating what you have tried and exactly what problem you now have,
> not just that it does not work, but exactly what you have done that
> you think should work and what happens when you do that, including any
> relevant output from the various logs.
>
> One of the problems is of course that Windows is not good athosting
> Rails.  Most here use Linux (often Ubuntu) or Mac.  My personal
> suggestion is that you take this opportunity to ditch windows and move
> to Ubuntu.  Ubuntu can be dual booted with Windows so you can boot
> into whichever you prefer.  I guarantee that you will soon find
> yourself onlyusingWindows rarely, if at all.
>
> --
> Colinhttps://plus.google.com/111605230843729345543/

-- 
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