Re: greetings and a couple small questions

Mike Sassak <[email protected]> Fri, 14 Jan 2005 19:17:44 -0500
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Hi, 

I would suggest a copy of "Writing Apache modules with Perl and C" if
you're really interested in using interpreted languages in Apache in
general. Because of the way the entire request processing cycle works,
most modules which embed languages into Apache work along pretty much
the same lines. If you can read even a little perl, it's easy to
translate the examples from perl to ruby. It only covers Apache 1.3,
but I don't know if they'll update it for Apache 2 when mod_perl 2
comes out.

-mike 

On Thu, 13 Jan 2005 16:04:13 -0800 (PST), Brian Wisti
<[email protected]> wrote:
> Hi,
> 
> I'm starting to experiment with using eRuby. I'm fairly comfortable
> with Ruby and CGI. I've never worked directly with mod_#{anything}, but
> I've used some mod_perl-based solutions such as HTML::Mason. Are there
> any good tutorial references for Web programming with ERuby and
> mod_ruby?
> 
> Oh, and I suspect this question might have been asked before, so my
> other question: is there an online archive available for this mailing
> list?
> 
> Kind Regards,
> 
> Brian Wisti
> http://coolnamehere.com/
> 
>