Ruby for apache2 on windows

could anyone point me to a good resource in setting up rubby for apache2 on
windows? thanks

Could you elaborate more your question? What 's the usage you want for
Ruby under Apache 2?

currently, just for R&D. i was planning to convert some of my simple
web-apps from php to ruby. just want to get the hang of ruby :smiley:

thanks in advance for any advice

···

On 10/27/05, anibalrojas@gmail.com <anibalrojas@gmail.com> wrote:

Could you elaborate more your question? What 's the usage you want for
Ruby under Apache 2?

There is an installer for the Apache-specific ruby libraries/modules
called Ruby for Apache (!) :slight_smile: at
http://rubyforge.org/projects/rubyforapache/

This is assuming you have already got ruby and apache installed.

Using Ruby on Rails is a great way to start off with web apps in Ruby.
These can be run either through their own self-contained server script,
or through Apache generally without much effort.

Drew

thanks guys, i'll dig more into this...

···

On 10/27/05, drew <drew.robinson@gmail.com> wrote:

There is an installer for the Apache-specific ruby libraries/modules
called Ruby for Apache (!) :slight_smile: at
http://rubyforge.org/projects/rubyforapache/

This is assuming you have already got ruby and apache installed.

Using Ruby on Rails is a great way to start off with web apps in Ruby.
These can be run either through their own self-contained server script,
or through Apache generally without much effort.

http://rubyonrails.com

Drew