From: Walter Prins Date: 2006-01-04T21:34:44+09:00 Subject: Re: [ruby-talk] Newbie tearing hair out I think you need to configure apache to know that .rb extension files are to be treated as CGI scripts to be run via the Rub interpreter (or module.) (Note I have no experience with this setup, just limited general experience with this sort of thing with Apache. ) Basically you want to look into the Apache "ScriptAlias" directive and/or "ExecCGI" option. See here: http://www.serverwatch.com/tutorials/article.php/1128971 Also you need to tell apache to add a handler for .rb files, for this look into AddHandler directive. See e.g. here: http://www.ricocheting.com/server/cgi.html Hope this helps. page77.office@googlemail.com wrote: >I am trying to get to grips with ruby as an alternative to PHP. > > >