Redirect timeouts

I’ve been playing around with rails on a Mac G5 using Apache 1.3 and
MySQL 5.0 along with fastcgi. Its great and I’ve been learning quite a
bit, but I’ve been having a problem. I’ve put into the controller
“scaffold :name” and it works but when, lets say I destroy a record, the
redirect will timeout. I’ll have to manualy put in
www.host.com/name/list to get it going. I’ve checked the
development.log and it says it redirects and no errors in the apache
error log. I’ve used both the cgi and fcgi dispacher. I’ve used both
firefox and konqueror and get a timeout error.

Any ideas?