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 </Directory> ProxyRequests Off ProxyPreserveHost On ProxyPass / http://127.0.0.1:8000/ ProxyPassReverse / http://127.0.0.1:8000/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---