From: Paul Hanchett Date: 2005-04-10T05:39:41+09:00 Subject: Re: Help configuring apache2 + mod_ruby :) from a newbie Andrew Backer wrote: > Just getting started with apache, ruby, mod_ruby, and trying to do it > all at once. > > I can't seem to get any of my .rbx files to be recognized, they keep > getting spit back at me as plain text. I assume there is some > configuration detail that I am missing, but I have not a clue. It > doesn't complain about loading the module, so I assume it's working > right > The key for me was turning on ExecCGI in the directory where the scripts are located. Paul