Odd issue w/ apache

Hi guys – I have a centos ‘staging’ server that unfortunately isn’t
upgraded to Apache 2.2 so I’m using Apache 2.0 for the moment. I’ve
spawned a single mongrel on 127.0.0.1:8000 and have the following.
Things work ok until I do anything other than load the default page.
The logs don’t seem to show anything… I’m at a loss… any ideas???

thanks in advance for your help!

Here are the rules:

DocumentRoot /var/rails/soca/current/public
ServerName soca.foobar.com

<Directory “/var/rails/soca/current/public”>
allow from all
Options +Indexes
Options FollowSymLinks
AllowOverride None

ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/