Rails on Apache + Windows XP

Hi.
I followed the steps in this page:
http://wiki.rubyonrails.org/rails/pages/Fast+CGI+and+Apache2+for+Windows+XP

And now I can access the public index page, but nothing else.

I created a controller named test with and “Hello Word” index fucntion
defined on it. I’m trying to access it by doing:
http://127.0.0.1:8080/test
but it can’t find it. Am I missing something ?

thanks

Felipe