3 messages in com.googlegroups.phusion-passengerLeopard
FromSent OnAttachments
BrianApr 11, 2008 5:48 pm 
kweApr 12, 2008 3:49 am 
BrianApr 12, 2008 4:49 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:LeopardActions...
From:Brian (bket@gmail.com)
Date:Apr 11, 2008 5:48:13 pm
List:com.googlegroups.phusion-passenger

I'm trying to install on a macports version of Apache2 installed in / opt/local/apache2. I can start apache, and it says the passenger module is loaded, but I'm getting errors like these:

[Fri Apr 11 20:39:55 2008] [error] [client ::1] (13)Permission denied: access to / denied [Fri Apr 11 20:39:55 2008] [error] [client ::1] (13)Permission denied: access to /favicon.ico denied, referer: http://www.mysite.local/

my vhosts configuration looks like this:

<VirtualHost *:80> ServerName www.mysite.local RailsBaseURI /public DocumentRoot /Users/briank/Projects/myproject/trunk/public </VirtualHost>

and i have the appropriate dns entry in /etc/hosts so that www.mysite.local resolves to 127.0.0.1

What should the permissions on the rails app folder be?