From lighttpd to Apache-mongrel

I am trying to move a Rails app from OS X using Lighttpd to a OS X
Leopard server with Apache and Mongrel. I’ve got as far as the welcome
to rails message, but I can’t get any further.

This works:
http://myserver.com:3001/ (gives me the welcome message)

This doesn’t:
http://myserver.com:3001/foo

I get: Routing Error - no route found to match “/foo” with
{:method=>:get}

I looked through route.rb but couldn’t tell what to change. I know just
enough of this stuff to be dangerous (and helpless). Any ideas?

Thanks,
Japercaper

Hi Tom

On Nov 1, 3:22 am, Tom T. [email protected]
wrote:

I am trying to move a Rails app from OS X using Lighttpd to a OS X
Leopard server with Apache and Mongrel. I’ve got as far as the welcome
to rails message, but I can’t get any further.

This works:http://myserver.com:3001/ (gives me the welcome message)

This doesn’t:http://myserver.com:3001/foo

I get: Routing Error - no route found to match “/foo” with
{:method=>:get}

cch: Do you have a foo controller /