I am trying to get a simple demo of Ruby on Rails working on my local version of Apache (Mac OS X 10.6). I have a folder in the localhost linked to the public folder (/Users/david/Sites/demo/public to localhost/demo), I have permissions set to read write execute for the group and the group set to _www. I have the directory set to:
<Directory "/Users/david/Sites/demo/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
When I try to go to the site (http://localhost/demo) I get a 403 Permission denied error.